@Immutable public static final class LBiObjIntTriple.ImmBiObjIntTriple<T1,T2> extends LBiObjIntTriple.AbstractBiObjIntTriple<T1,T2>
Immutable, non-comparable tuple.
LBiObjIntTriple.AbstractBiObjIntTriple<T1,T2>, LBiObjIntTriple.ComparableBiObjIntTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>, LBiObjIntTriple.ImmBiObjIntTriple<T1,T2>, LBiObjIntTriple.ImmCompBiObjIntTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>, LBiObjIntTriple.MutBiObjIntTriple<T1,T2>, LBiObjIntTriple.MutCompBiObjIntTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>LPair.AbstractPair<T1,T2>, LPair.ComparablePair<T1 extends Comparable<T1>,T2 extends Comparable<T2>>, LPair.ImmCompPair<T1 extends Comparable<T1>,T2 extends Comparable<T2>>, LPair.ImmPair<T1,T2>, LPair.MutCompPair<T1 extends Comparable<T1>,T2 extends Comparable<T2>>, LPair.MutPair<T1,T2>LSingle.AbstractSingle<T>, LSingle.ComparableSingle<T extends Comparable<T>>, LSingle.ImmCompSingle<T extends Comparable<T>>, LSingle.ImmSingle<T>, LSingle.MutCompSingle<T extends Comparable<T>>, LSingle.MutSingle<T>LTuple.VoidSIZE| Constructor and Description |
|---|
ImmBiObjIntTriple(T1 a1,
T2 a2,
int a3) |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> LBiObjIntTriple.ImmBiObjIntTriple<T1,T2> |
copyOf(LBiObjIntTriple<T1,T2> tuple) |
T1 |
first() |
static <T1,T2> LBiObjIntTriple.ImmBiObjIntTriple<T1,T2> |
of(T1 a1,
T2 a2,
int a3) |
T2 |
second() |
int |
third() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitargEquals, argEquals, argHashCode, get, iterator, size, valueargEquals, argEquals, argHashCode, getKey, getValue, setValueargHashCodecomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic static <T1,T2> LBiObjIntTriple.ImmBiObjIntTriple<T1,T2> of(T1 a1, T2 a2, int a3)
public static <T1,T2> LBiObjIntTriple.ImmBiObjIntTriple<T1,T2> copyOf(LBiObjIntTriple<T1,T2> tuple)
public T1 first()
public T2 second()
public int third()
Copyright © 2019. All rights reserved.