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