public class Pair<T1,T2> extends Object implements Serializable
Pair(T1 key, T2 value)
boolean
equals(Object that)
T1
first()
int
hashCode()
T2
second()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(T1 key, T2 value)
public T1 first()
public T2 second()
public boolean equals(Object that)
equals
Object
public String toString()
toString
public int hashCode()
hashCode
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.