public final class Tuple3<T1,T2,T3> extends Tuple
modCount
Constructor and Description |
---|
Tuple3(T1 v1,
T2 v2,
T3 v3) |
Tuple3(Tuple3<T1,T2,T3> tuple) |
Modifier and Type | Method and Description |
---|---|
Tuple3<T1,T2,T3> |
clone() |
T1 |
getFirst()
Deprecated.
|
T2 |
getSecond()
Deprecated.
|
T3 |
getThird()
Deprecated.
|
T1 |
getV1() |
T2 |
getV2() |
T3 |
getV3() |
compareTo, equals, get, hashCode, size, subList, subTuple, toArray, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple
add, add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray
parallelStream, removeIf, stream
@Deprecated public T1 getFirst()
@Deprecated public T2 getSecond()
@Deprecated public T3 getThird()
public T1 getV1()
public T2 getV2()
public T3 getV3()