K
- V
- public class Tuple<K,V> extends Object
Pair
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
K |
getFirst() |
V |
getSecond() |
int |
hashCode() |
static <K,V> Tuple<K,V> |
of(K first,
V second) |
String |
toString() |