public final class Pair<S,T> extends Object
Tuple
Pair(S first, T second)
boolean
equals(Object obj)
S
getFirst()
T
getSecond()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Pair(S first, T second)
public S getFirst()
public T getSecond()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2016. All rights reserved.