public class Pair<T,U> extends Object implements Serializable
T
first
U
second
Pair(T f, U s)
boolean
equals(Object other)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public T first
public U second
public Pair(T f, U s)
f
s
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object other)
equals
Copyright © 2007-2017 The Apache Software Foundation