public static class StructuresHelper.Pair<T1,T2> extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
T1 |
getFirst() |
T2 |
getSecond() |
int |
hashCode() |
static <A,B> StructuresHelper.Pair<A,B> |
make(A t1,
B t2) |
String |
toString() |
public T1 getFirst()
public T2 getSecond()
public static <A,B> StructuresHelper.Pair<A,B> make(A t1, B t2)
Copyright © 2007-2017 The Apache Software Foundation