public class Pair<T,U> extends Tuple
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
T |
getOne() |
U |
getTwo() |
int |
hashCode() |
static <V,W> Collection<Pair<V,W>> |
PairCollection(V one,
Collection<W> twoList) |
String |
toString() |
createTuplepublic T getOne()
public U getTwo()
public static <V,W> Collection<Pair<V,W>> PairCollection(V one, Collection<W> twoList)
Copyright © 2015. All Rights Reserved.