Package pl.project13.core.util
Class Pair<A,B>
- java.lang.Object
-
- pl.project13.core.util.Pair<A,B>
-
public class Pair<A,B> extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()static <A,B>
Pair<A,B>of(A first, B second)StringtoString()
-