public class Pair<T1,T2> extends Object
Pair(T1 t1, T2 t2)
boolean
equals(Object o)
T1
first()
int
hashCode()
T2
second()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Pair(T1 t1, T2 t2)
public T1 first()
public T2 second()
public int hashCode()
hashCode
Object
public boolean equals(Object o)
equals
Copyright © 2017. All rights reserved.