Package com.igormaznitsa.mvngolang.utils
Class Tuple<A,B>
- java.lang.Object
-
- com.igormaznitsa.mvngolang.utils.Tuple<A,B>
-
public class Tuple<A,B> extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()Aleft()static <A,B>
Tuple<A,B>of(A left, B right)Bright()StringtoString()
-