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