public class Pair<A,B> extends Object
Pair(A a, B b)
A
getFirst()
B
getSecond()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(A a, B b)
public A getFirst()
public B getSecond()
Copyright © 2015. All rights reserved.