A
B
public final class Pair<A,B> extends Object
a
b
Pair(A a, B b)
Pair
static <U,V> Pair<U,V>
create(U u, V v)
boolean
equals(Object other)
int
hashCode()
static <T> Pair<T,T>
sort(Pair<T,T> p)
static <T> ArrayList<T>
toArrayList(Pair<T,T> p)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public A a
public B b
public Pair(A a, B b)
public int hashCode()
hashCode
Object
public boolean equals(Object other)
equals
public static <T> ArrayList<T> toArrayList(Pair<T,T> p)
public static <T> Pair<T,T> sort(Pair<T,T> p)
public String toString()
toString
public static <U,V> Pair<U,V> create(U u, V v)
u
v
JOSM