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