public class Pair<A,B> extends Object
Pair(A a, B b)
A
getA()
B
getB()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(A a, B b)
public A getA()
public B getB()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.