Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
T |
getFirst() |
S |
getSecond() |
int |
hashCode() |
static <T,S> Pair<T,S> |
of(T first,
S second) |
Copyright © 2018 Apache Software Foundation. All rights reserved.