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