public class Pair<S,T> extends Object
Provides an order pair of two values, also called a 2-tuple.
Pair(S first, T second)
S
getFirst()
T
getSecond()
String
toString()
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Pair(S first, T second)
public S getFirst()
public T getSecond()
public String toString()
toString
Object
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.