public class Pair<A,B> extends Object
Pair(A first, B second)
A
getFirst()
B
getSecond()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(A first, B second)
first
second
public final A getFirst()
public final B getSecond()
Copyright © 2004-2014 Jasig. All Rights Reserved.