public class Pair<T1,T2> extends Object implements Map.Entry<T1,T2>
T1
first
T2
second
Pair()
Pair(T1 f, T2 s)
boolean
equals(Object object)
getKey()
getValue()
int
hashCode()
setValue(T2 value)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public T1 first
public T2 second
public Pair()
public Pair(T1 f, T2 s)
public int hashCode()
hashCode
Map.Entry<T1,T2>
Object
public boolean equals(Object object)
equals
public String toString()
toString
public T1 getKey()
getKey
public T2 getValue()
getValue
public T2 setValue(T2 value)
setValue
Copyright © 2014. All Rights Reserved.