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 boolean
equals(Object o)
F
getFirst()
S
getSecond()
int
hashCode()
static <T,V>
Pair<T,V>make(T f, V s)
String
toString()
-