public class Pair<T1,T2> extends Object implements Serializable
T1
first
T2
second
Pair(T1 first, T2 second)
boolean
equals(Object obj)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public T1 first
public T2 second
public Pair(T1 first, T2 second)
public String toString()
toString
Object
public boolean equals(Object obj)
equals
public int hashCode()
hashCode
Copyright © 2016 The Apache Software Foundation. All rights reserved.