public class Pair<T,U> extends java.lang.Object
T
getKey()
U
getValue()
static <T,U> Pair<T,U>
of(T key, U value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T,U> Pair<T,U> of(T key, U value)
public T getKey()
public U getValue()