LTriple.AbstractTriple<T1,T2,T3>, LTriple.ComparableTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>,T3 extends Comparable<T3>>, LTriple.ImmCompTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>,T3 extends Comparable<T3>>, LTriple.ImmTriple<T1,T2,T3>, LTriple.MutCompTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>,T3 extends Comparable<T3>>, LTriple.MutTriple<T1,T2,T3>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.Void| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,T3> LTriple.ImmTriple<T1,T2,T3> |
copyOf(LTriple<T1,T2,T3> tuple) |
T1 |
first() |
static <T1,T2,T3> LTriple.ImmTriple<T1,T2,T3> |
of(T1 a1,
T2 a2,
T3 a3) |
T2 |
second() |
T3 |
third() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitargEquals, argEquals, argHashCode, get, getKey, getValue, iterator, setValue, size, valueargEquals, argEquals, argHashCodeargHashCodecomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic static <T1,T2,T3> LTriple.ImmTriple<T1,T2,T3> of(T1 a1, T2 a2, T3 a3)
public static <T1,T2,T3> LTriple.ImmTriple<T1,T2,T3> copyOf(LTriple<T1,T2,T3> tuple)
public T1 first()
public T2 second()
public T3 third()
Copyright © 2019. All rights reserved.