public class Pair<T1,T2> extends Object
T1
one
T2
two
Pair(T1 one, T2 two)
static <T1,T2> Pair<T1,T2>
of(T1 one, T2 two)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final T1 one
public final T2 two
public Pair(T1 one, T2 two)
public static <T1,T2> Pair<T1,T2> of(T1 one, T2 two)
Copyright © 2007-2012. All Rights Reserved.