Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
K |
getFirst() |
V |
getSecond() |
int |
hashCode() |
static <K1,V1> Pair<K1,V1> |
of(K1 first,
V1 second) |
String |
toString() |
public static <K1,V1> Pair<K1,V1> of(K1 first, V1 second)
Copyright © 2017. All rights reserved.