Package gw.util
Class Pair<F,S>
- java.lang.Object
-
- gw.util.Pair<F,S>
-
public class Pair<F,S> extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)FgetFirst()SgetSecond()inthashCode()static <T,V>
Pair<T,V>make(T f, V s)StringtoString()
-