A
B
public final class Pair<A,B> extends Object implements Serializable
Pair(A first, B second)
boolean
equals(Object o)
getFirst()
getSecond()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(A first, B second)
public A getFirst()
public B getSecond()
public int hashCode()
hashCode
Object
public boolean equals(Object o)
equals
public String toString()
toString
Copyright © 2014–2018. All rights reserved.