A
B
public class Pair<A,B> extends Object
Pair(A a, B b)
getA()
getB()
equals, finalize, getClass, hashCode, toString
public Pair(A a, B b)
public A getA()
public B getB()
Copyright © 2018. All rights reserved.