public class Pair<A,B> extends java.lang.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 © 2017 Oracle Corp. All Rights Reserved.