public class Pair<A,B> extends Object implements Serializable, Cloneable
Modifier and Type | Method and Description |
---|---|
Pair<A,B> |
clone() |
boolean |
equals(Object obj) |
A |
getFirst() |
B |
getSecond() |
int |
hashCode() |
static <A,B> Pair<A,B> |
newInstance(A first,
B second) |
String |
toString() |
Copyright © 2021 aQute SARL. All rights reserved.