public class Pair<A,B> extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
A |
first() |
int |
hashCode() |
static <A,B> Pair<A,B> |
newPair(A first,
B second) |
B |
second() |
String |
toString() |
Copyright © 2016 Metron, Inc.. All rights reserved.