public class Pair<S,T> extends Object
S
first
T
second
Pair(S first, T second)
boolean
equals(Object obj)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public S first
public T second
public Pair(S first, T second)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2015. All rights reserved.