public class Tuple2<A,B> extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Two
NameValue instances are considered equal if both
name and value components are equal. |
A |
get0() |
B |
get1() |
int |
hashCode() |
String |
toString()
Returns the string representation of this object, in the form
(A, B) . |