public class Pair<F,S> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
F |
getFirst() |
S |
getSecond() |
int |
hashCode() |
static <T,V> Pair<T,V> |
make(T f,
V s) |
String |
toString() |
Copyright © 2019. All rights reserved.