public class Pair<T,U> extends Object
T
_1
U
_2
Pair(T t, U u)
<V> Tuple3<T,U,V>
add(V v)
boolean
equals(Object o)
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public final T _1
public final U _2
public Pair(T t, U u)
public <V> Tuple3<T,U,V> add(V v)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2018. All rights reserved.