public class Pair<T1,T2> extends Object
Pair(T1 value1, T2 value2)
T1
getFirst()
T2
getSecond()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(T1 value1, T2 value2)
public T1 getFirst()
public T2 getSecond()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.