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