| Modifier and Type | Class and Description |
|---|---|
static class |
LAction.LActionSingle |
| Modifier and Type | Class and Description |
|---|---|
static class |
LBiConsumer.LBiConsumerSingle<T1,T2> |
static class |
LConsumer.LConsumerSingle<T> |
static class |
LTriConsumer.LTriConsumerSingle<T1,T2,T3> |
| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LConsumer.tupleAccept(LSingle<T> args) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LBoolConsumer.LBoolConsumerSingle |
static class |
LByteConsumer.LByteConsumerSingle |
static class |
LCharConsumer.LCharConsumerSingle |
static class |
LDblConsumer.LDblConsumerSingle |
static class |
LFltConsumer.LFltConsumerSingle |
static class |
LIntConsumer.LIntConsumerSingle |
static class |
LLongConsumer.LLongConsumerSingle |
static class |
LSrtConsumer.LSrtConsumerSingle |
| Modifier and Type | Class and Description |
|---|---|
static class |
LBiBoolConsumer.LBiBoolConsumerSingle |
static class |
LBiByteConsumer.LBiByteConsumerSingle |
static class |
LBiCharConsumer.LBiCharConsumerSingle |
static class |
LBiDblConsumer.LBiDblConsumerSingle |
static class |
LBiFltConsumer.LBiFltConsumerSingle |
static class |
LBiIntConsumer.LBiIntConsumerSingle |
static class |
LBiLongConsumer.LBiLongConsumerSingle |
static class |
LBiSrtConsumer.LBiSrtConsumerSingle |
static class |
LBoolIntConsumer.LBoolIntConsumerSingle |
static class |
LByteIntConsumer.LByteIntConsumerSingle |
static class |
LCharIntConsumer.LCharIntConsumerSingle |
static class |
LDblIntConsumer.LDblIntConsumerSingle |
static class |
LFltIntConsumer.LFltIntConsumerSingle |
static class |
LLongIntConsumer.LLongIntConsumerSingle |
static class |
LSrtIntConsumer.LSrtIntConsumerSingle |
| Modifier and Type | Class and Description |
|---|---|
static class |
LTriBoolConsumer.LTriBoolConsumerSingle |
| Modifier and Type | Class and Description |
|---|---|
static class |
LBiFunction.LBiFunctionSingle<T1,T2,R> |
static class |
LFunction.LFunctionSingle<T,R> |
static class |
LTriFunction.LTriFunctionSingle<T1,T2,T3,R> |
| Modifier and Type | Method and Description |
|---|---|
default R |
LFunction.tupleApply(LSingle<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default byte |
LToByteFunction.tupleApplyAsByte(LSingle<T> args) |
default char |
LToCharFunction.tupleApplyAsChar(LSingle<T> args) |
default double |
LToDblFunction.tupleApplyAsDbl(LSingle<T> args) |
default float |
LToFltFunction.tupleApplyAsFlt(LSingle<T> args) |
default int |
LToIntFunction.tupleApplyAsInt(LSingle<T> args) |
default long |
LToLongFunction.tupleApplyAsLong(LSingle<T> args) |
default short |
LToSrtFunction.tupleApplyAsSrt(LSingle<T> args) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LBinaryOperator.LBinaryOperatorSingle<T> |
static class |
LByteBinaryOperator.LByteBinaryOperatorSingle |
static class |
LCharBinaryOperator.LCharBinaryOperatorSingle |
static class |
LDblBinaryOperator.LDblBinaryOperatorSingle |
static class |
LFltBinaryOperator.LFltBinaryOperatorSingle |
static class |
LIntBinaryOperator.LIntBinaryOperatorSingle |
static class |
LLogicalBinaryOperator.LLogicalBinaryOperatorSingle |
static class |
LLongBinaryOperator.LLongBinaryOperatorSingle |
static class |
LSrtBinaryOperator.LSrtBinaryOperatorSingle |
| Modifier and Type | Class and Description |
|---|---|
static class |
LLogicalTernaryOperator.LLogicalTernaryOperatorSingle |
static class |
LTernaryOperator.LTernaryOperatorSingle<T> |
| Modifier and Type | Class and Description |
|---|---|
static class |
LByteUnaryOperator.LByteUnaryOperatorSingle |
static class |
LCharUnaryOperator.LCharUnaryOperatorSingle |
static class |
LDblUnaryOperator.LDblUnaryOperatorSingle |
static class |
LFltUnaryOperator.LFltUnaryOperatorSingle |
static class |
LIntUnaryOperator.LIntUnaryOperatorSingle |
static class |
LLogicalOperator.LLogicalOperatorSingle |
static class |
LLongUnaryOperator.LLongUnaryOperatorSingle |
static class |
LSrtUnaryOperator.LSrtUnaryOperatorSingle |
static class |
LUnaryOperator.LUnaryOperatorSingle<T> |
| Modifier and Type | Method and Description |
|---|---|
default T |
LUnaryOperator.tupleApply(LSingle<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LPredicate.tupleTest(LSingle<T> args) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LBoolSupplier.LBoolSupplierSingle |
static class |
LByteSupplier.LByteSupplierSingle |
static class |
LCharSupplier.LCharSupplierSingle |
static class |
LDblSupplier.LDblSupplierSingle |
static class |
LFltSupplier.LFltSupplierSingle |
static class |
LIntSupplier.LIntSupplierSingle |
static class |
LLongSupplier.LLongSupplierSingle |
static class |
LSrtSupplier.LSrtSupplierSingle |
static class |
LSupplier.LSupplierSingle<T> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LBiObjBoolTriple<T1,T2>
Exact equivalent of input parameters used in LBiObjBoolConsumer.
|
static interface |
LBiObjBoolTriple.ComparableBiObjBoolTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
interface |
LBiObjByteTriple<T1,T2>
Exact equivalent of input parameters used in LBiObjByteConsumer.
|
static interface |
LBiObjByteTriple.ComparableBiObjByteTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
interface |
LBiObjCharTriple<T1,T2>
Exact equivalent of input parameters used in LBiObjCharConsumer.
|
static interface |
LBiObjCharTriple.ComparableBiObjCharTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
interface |
LBiObjDblTriple<T1,T2>
Exact equivalent of input parameters used in LBiObjDblConsumer.
|
static interface |
LBiObjDblTriple.ComparableBiObjDblTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
interface |
LBiObjFltTriple<T1,T2>
Exact equivalent of input parameters used in LBiObjFltConsumer.
|
static interface |
LBiObjFltTriple.ComparableBiObjFltTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
interface |
LBiObjIntTriple<T1,T2>
Exact equivalent of input parameters used in LBiObjIntConsumer.
|
static interface |
LBiObjIntTriple.ComparableBiObjIntTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
interface |
LBiObjLongTriple<T1,T2>
Exact equivalent of input parameters used in LBiObjLongConsumer.
|
static interface |
LBiObjLongTriple.ComparableBiObjLongTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
interface |
LBiObjSrtTriple<T1,T2>
Exact equivalent of input parameters used in LBiObjSrtConsumer.
|
static interface |
LBiObjSrtTriple.ComparableBiObjSrtTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
interface |
LObjBiIntTriple<T>
Exact equivalent of input parameters used in LTieIntConsumer.
|
static interface |
LObjBiIntTriple.ComparableObjBiIntTriple<T extends Comparable<T>> |
interface |
LObjBoolPair<T>
Exact equivalent of input parameters used in LObjBoolConsumer.
|
static interface |
LObjBoolPair.ComparableObjBoolPair<T extends Comparable<T>> |
interface |
LObjBytePair<T>
Exact equivalent of input parameters used in LObjByteConsumer.
|
static interface |
LObjBytePair.ComparableObjBytePair<T extends Comparable<T>> |
interface |
LObjCharPair<T>
Exact equivalent of input parameters used in LObjCharConsumer.
|
static interface |
LObjCharPair.ComparableObjCharPair<T extends Comparable<T>> |
interface |
LObjDblPair<T>
Exact equivalent of input parameters used in LObjDblConsumer.
|
static interface |
LObjDblPair.ComparableObjDblPair<T extends Comparable<T>> |
interface |
LObjFltPair<T>
Exact equivalent of input parameters used in LObjFltConsumer.
|
static interface |
LObjFltPair.ComparableObjFltPair<T extends Comparable<T>> |
interface |
LObjIntBoolTriple<T>
Exact equivalent of input parameters used in LTieBoolConsumer.
|
static interface |
LObjIntBoolTriple.ComparableObjIntBoolTriple<T extends Comparable<T>> |
interface |
LObjIntByteTriple<T>
Exact equivalent of input parameters used in LTieByteConsumer.
|
static interface |
LObjIntByteTriple.ComparableObjIntByteTriple<T extends Comparable<T>> |
interface |
LObjIntCharTriple<T>
Exact equivalent of input parameters used in LTieCharConsumer.
|
static interface |
LObjIntCharTriple.ComparableObjIntCharTriple<T extends Comparable<T>> |
interface |
LObjIntDblTriple<T>
Exact equivalent of input parameters used in LTieDblConsumer.
|
static interface |
LObjIntDblTriple.ComparableObjIntDblTriple<T extends Comparable<T>> |
interface |
LObjIntFltTriple<T>
Exact equivalent of input parameters used in LTieFltConsumer.
|
static interface |
LObjIntFltTriple.ComparableObjIntFltTriple<T extends Comparable<T>> |
interface |
LObjIntLongTriple<T>
Exact equivalent of input parameters used in LTieLongConsumer.
|
static interface |
LObjIntLongTriple.ComparableObjIntLongTriple<T extends Comparable<T>> |
interface |
LObjIntObjTriple<T1,T2>
Exact equivalent of input parameters used in LTieConsumer.
|
static interface |
LObjIntObjTriple.ComparableObjIntObjTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
interface |
LObjIntPair<T>
Exact equivalent of input parameters used in LObjIntConsumer.
|
static interface |
LObjIntPair.ComparableObjIntPair<T extends Comparable<T>> |
interface |
LObjIntSrtTriple<T>
Exact equivalent of input parameters used in LTieSrtConsumer.
|
static interface |
LObjIntSrtTriple.ComparableObjIntSrtTriple<T extends Comparable<T>> |
interface |
LObjLongPair<T>
Exact equivalent of input parameters used in LObjLongConsumer.
|
static interface |
LObjLongPair.ComparableObjLongPair<T extends Comparable<T>> |
interface |
LObjSrtPair<T>
Exact equivalent of input parameters used in LObjSrtConsumer.
|
static interface |
LObjSrtPair.ComparableObjSrtPair<T extends Comparable<T>> |
interface |
LPair<T1,T2>
Exact equivalent of input parameters used in LBiConsumer.
|
static interface |
LPair.ComparablePair<T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
static interface |
LSingle.ComparableSingle<T extends Comparable<T>> |
interface |
LTriple<T1,T2,T3>
Exact equivalent of input parameters used in LTriConsumer.
|
static interface |
LTriple.ComparableTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>,T3 extends Comparable<T3>> |
| Modifier and Type | Class and Description |
|---|---|
static class |
LBiObjBoolTriple.AbstractBiObjBoolTriple<T1,T2> |
static class |
LBiObjBoolTriple.ImmBiObjBoolTriple<T1,T2>
Immutable, non-comparable tuple.
|
static class |
LBiObjBoolTriple.ImmCompBiObjBoolTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Immutable, comparable tuple.
|
static class |
LBiObjBoolTriple.MutBiObjBoolTriple<T1,T2>
Mutable, non-comparable tuple.
|
static class |
LBiObjBoolTriple.MutCompBiObjBoolTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Mutable, comparable tuple.
|
static class |
LBiObjByteTriple.AbstractBiObjByteTriple<T1,T2> |
static class |
LBiObjByteTriple.ImmBiObjByteTriple<T1,T2>
Immutable, non-comparable tuple.
|
static class |
LBiObjByteTriple.ImmCompBiObjByteTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Immutable, comparable tuple.
|
static class |
LBiObjByteTriple.MutBiObjByteTriple<T1,T2>
Mutable, non-comparable tuple.
|
static class |
LBiObjByteTriple.MutCompBiObjByteTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Mutable, comparable tuple.
|
static class |
LBiObjCharTriple.AbstractBiObjCharTriple<T1,T2> |
static class |
LBiObjCharTriple.ImmBiObjCharTriple<T1,T2>
Immutable, non-comparable tuple.
|
static class |
LBiObjCharTriple.ImmCompBiObjCharTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Immutable, comparable tuple.
|
static class |
LBiObjCharTriple.MutBiObjCharTriple<T1,T2>
Mutable, non-comparable tuple.
|
static class |
LBiObjCharTriple.MutCompBiObjCharTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Mutable, comparable tuple.
|
static class |
LBiObjDblTriple.AbstractBiObjDblTriple<T1,T2> |
static class |
LBiObjDblTriple.ImmBiObjDblTriple<T1,T2>
Immutable, non-comparable tuple.
|
static class |
LBiObjDblTriple.ImmCompBiObjDblTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Immutable, comparable tuple.
|
static class |
LBiObjDblTriple.MutBiObjDblTriple<T1,T2>
Mutable, non-comparable tuple.
|
static class |
LBiObjDblTriple.MutCompBiObjDblTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Mutable, comparable tuple.
|
static class |
LBiObjFltTriple.AbstractBiObjFltTriple<T1,T2> |
static class |
LBiObjFltTriple.ImmBiObjFltTriple<T1,T2>
Immutable, non-comparable tuple.
|
static class |
LBiObjFltTriple.ImmCompBiObjFltTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Immutable, comparable tuple.
|
static class |
LBiObjFltTriple.MutBiObjFltTriple<T1,T2>
Mutable, non-comparable tuple.
|
static class |
LBiObjFltTriple.MutCompBiObjFltTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Mutable, comparable tuple.
|
static class |
LBiObjIntTriple.AbstractBiObjIntTriple<T1,T2> |
static class |
LBiObjIntTriple.ImmBiObjIntTriple<T1,T2>
Immutable, non-comparable tuple.
|
static class |
LBiObjIntTriple.ImmCompBiObjIntTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Immutable, comparable tuple.
|
static class |
LBiObjIntTriple.MutBiObjIntTriple<T1,T2>
Mutable, non-comparable tuple.
|
static class |
LBiObjIntTriple.MutCompBiObjIntTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Mutable, comparable tuple.
|
static class |
LBiObjLongTriple.AbstractBiObjLongTriple<T1,T2> |
static class |
LBiObjLongTriple.ImmBiObjLongTriple<T1,T2>
Immutable, non-comparable tuple.
|
static class |
LBiObjLongTriple.ImmCompBiObjLongTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Immutable, comparable tuple.
|
static class |
LBiObjLongTriple.MutBiObjLongTriple<T1,T2>
Mutable, non-comparable tuple.
|
static class |
LBiObjLongTriple.MutCompBiObjLongTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Mutable, comparable tuple.
|
static class |
LBiObjSrtTriple.AbstractBiObjSrtTriple<T1,T2> |
static class |
LBiObjSrtTriple.ImmBiObjSrtTriple<T1,T2>
Immutable, non-comparable tuple.
|
static class |
LBiObjSrtTriple.ImmCompBiObjSrtTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Immutable, comparable tuple.
|
static class |
LBiObjSrtTriple.MutBiObjSrtTriple<T1,T2>
Mutable, non-comparable tuple.
|
static class |
LBiObjSrtTriple.MutCompBiObjSrtTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Mutable, comparable tuple.
|
static class |
LObjBiIntTriple.AbstractObjBiIntTriple<T> |
static class |
LObjBiIntTriple.ImmCompObjBiIntTriple<T extends Comparable<T>>
Immutable, comparable tuple.
|
static class |
LObjBiIntTriple.ImmObjBiIntTriple<T>
Immutable, non-comparable tuple.
|
static class |
LObjBiIntTriple.MutCompObjBiIntTriple<T extends Comparable<T>>
Mutable, comparable tuple.
|
static class |
LObjBiIntTriple.MutObjBiIntTriple<T>
Mutable, non-comparable tuple.
|
static class |
LObjBoolPair.AbstractObjBoolPair<T> |
static class |
LObjBoolPair.ImmCompObjBoolPair<T extends Comparable<T>>
Immutable, comparable tuple.
|
static class |
LObjBoolPair.ImmObjBoolPair<T>
Immutable, non-comparable tuple.
|
static class |
LObjBoolPair.MutCompObjBoolPair<T extends Comparable<T>>
Mutable, comparable tuple.
|
static class |
LObjBoolPair.MutObjBoolPair<T>
Mutable, non-comparable tuple.
|
static class |
LObjBytePair.AbstractObjBytePair<T> |
static class |
LObjBytePair.ImmCompObjBytePair<T extends Comparable<T>>
Immutable, comparable tuple.
|
static class |
LObjBytePair.ImmObjBytePair<T>
Immutable, non-comparable tuple.
|
static class |
LObjBytePair.MutCompObjBytePair<T extends Comparable<T>>
Mutable, comparable tuple.
|
static class |
LObjBytePair.MutObjBytePair<T>
Mutable, non-comparable tuple.
|
static class |
LObjCharPair.AbstractObjCharPair<T> |
static class |
LObjCharPair.ImmCompObjCharPair<T extends Comparable<T>>
Immutable, comparable tuple.
|
static class |
LObjCharPair.ImmObjCharPair<T>
Immutable, non-comparable tuple.
|
static class |
LObjCharPair.MutCompObjCharPair<T extends Comparable<T>>
Mutable, comparable tuple.
|
static class |
LObjCharPair.MutObjCharPair<T>
Mutable, non-comparable tuple.
|
static class |
LObjDblPair.AbstractObjDblPair<T> |
static class |
LObjDblPair.ImmCompObjDblPair<T extends Comparable<T>>
Immutable, comparable tuple.
|
static class |
LObjDblPair.ImmObjDblPair<T>
Immutable, non-comparable tuple.
|
static class |
LObjDblPair.MutCompObjDblPair<T extends Comparable<T>>
Mutable, comparable tuple.
|
static class |
LObjDblPair.MutObjDblPair<T>
Mutable, non-comparable tuple.
|
static class |
LObjFltPair.AbstractObjFltPair<T> |
static class |
LObjFltPair.ImmCompObjFltPair<T extends Comparable<T>>
Immutable, comparable tuple.
|
static class |
LObjFltPair.ImmObjFltPair<T>
Immutable, non-comparable tuple.
|
static class |
LObjFltPair.MutCompObjFltPair<T extends Comparable<T>>
Mutable, comparable tuple.
|
static class |
LObjFltPair.MutObjFltPair<T>
Mutable, non-comparable tuple.
|
static class |
LObjIntBoolTriple.AbstractObjIntBoolTriple<T> |
static class |
LObjIntBoolTriple.ImmCompObjIntBoolTriple<T extends Comparable<T>>
Immutable, comparable tuple.
|
static class |
LObjIntBoolTriple.ImmObjIntBoolTriple<T>
Immutable, non-comparable tuple.
|
static class |
LObjIntBoolTriple.MutCompObjIntBoolTriple<T extends Comparable<T>>
Mutable, comparable tuple.
|
static class |
LObjIntBoolTriple.MutObjIntBoolTriple<T>
Mutable, non-comparable tuple.
|
static class |
LObjIntByteTriple.AbstractObjIntByteTriple<T> |
static class |
LObjIntByteTriple.ImmCompObjIntByteTriple<T extends Comparable<T>>
Immutable, comparable tuple.
|
static class |
LObjIntByteTriple.ImmObjIntByteTriple<T>
Immutable, non-comparable tuple.
|
static class |
LObjIntByteTriple.MutCompObjIntByteTriple<T extends Comparable<T>>
Mutable, comparable tuple.
|
static class |
LObjIntByteTriple.MutObjIntByteTriple<T>
Mutable, non-comparable tuple.
|
static class |
LObjIntCharTriple.AbstractObjIntCharTriple<T> |
static class |
LObjIntCharTriple.ImmCompObjIntCharTriple<T extends Comparable<T>>
Immutable, comparable tuple.
|
static class |
LObjIntCharTriple.ImmObjIntCharTriple<T>
Immutable, non-comparable tuple.
|
static class |
LObjIntCharTriple.MutCompObjIntCharTriple<T extends Comparable<T>>
Mutable, comparable tuple.
|
static class |
LObjIntCharTriple.MutObjIntCharTriple<T>
Mutable, non-comparable tuple.
|
static class |
LObjIntDblTriple.AbstractObjIntDblTriple<T> |
static class |
LObjIntDblTriple.ImmCompObjIntDblTriple<T extends Comparable<T>>
Immutable, comparable tuple.
|
static class |
LObjIntDblTriple.ImmObjIntDblTriple<T>
Immutable, non-comparable tuple.
|
static class |
LObjIntDblTriple.MutCompObjIntDblTriple<T extends Comparable<T>>
Mutable, comparable tuple.
|
static class |
LObjIntDblTriple.MutObjIntDblTriple<T>
Mutable, non-comparable tuple.
|
static class |
LObjIntFltTriple.AbstractObjIntFltTriple<T> |
static class |
LObjIntFltTriple.ImmCompObjIntFltTriple<T extends Comparable<T>>
Immutable, comparable tuple.
|
static class |
LObjIntFltTriple.ImmObjIntFltTriple<T>
Immutable, non-comparable tuple.
|
static class |
LObjIntFltTriple.MutCompObjIntFltTriple<T extends Comparable<T>>
Mutable, comparable tuple.
|
static class |
LObjIntFltTriple.MutObjIntFltTriple<T>
Mutable, non-comparable tuple.
|
static class |
LObjIntLongTriple.AbstractObjIntLongTriple<T> |
static class |
LObjIntLongTriple.ImmCompObjIntLongTriple<T extends Comparable<T>>
Immutable, comparable tuple.
|
static class |
LObjIntLongTriple.ImmObjIntLongTriple<T>
Immutable, non-comparable tuple.
|
static class |
LObjIntLongTriple.MutCompObjIntLongTriple<T extends Comparable<T>>
Mutable, comparable tuple.
|
static class |
LObjIntLongTriple.MutObjIntLongTriple<T>
Mutable, non-comparable tuple.
|
static class |
LObjIntObjTriple.AbstractObjIntObjTriple<T1,T2> |
static class |
LObjIntObjTriple.ImmCompObjIntObjTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Immutable, comparable tuple.
|
static class |
LObjIntObjTriple.ImmObjIntObjTriple<T1,T2>
Immutable, non-comparable tuple.
|
static class |
LObjIntObjTriple.MutCompObjIntObjTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Mutable, comparable tuple.
|
static class |
LObjIntObjTriple.MutObjIntObjTriple<T1,T2>
Mutable, non-comparable tuple.
|
static class |
LObjIntPair.AbstractObjIntPair<T> |
static class |
LObjIntPair.ImmCompObjIntPair<T extends Comparable<T>>
Immutable, comparable tuple.
|
static class |
LObjIntPair.ImmObjIntPair<T>
Immutable, non-comparable tuple.
|
static class |
LObjIntPair.MutCompObjIntPair<T extends Comparable<T>>
Mutable, comparable tuple.
|
static class |
LObjIntPair.MutObjIntPair<T>
Mutable, non-comparable tuple.
|
static class |
LObjIntSrtTriple.AbstractObjIntSrtTriple<T> |
static class |
LObjIntSrtTriple.ImmCompObjIntSrtTriple<T extends Comparable<T>>
Immutable, comparable tuple.
|
static class |
LObjIntSrtTriple.ImmObjIntSrtTriple<T>
Immutable, non-comparable tuple.
|
static class |
LObjIntSrtTriple.MutCompObjIntSrtTriple<T extends Comparable<T>>
Mutable, comparable tuple.
|
static class |
LObjIntSrtTriple.MutObjIntSrtTriple<T>
Mutable, non-comparable tuple.
|
static class |
LObjLongPair.AbstractObjLongPair<T> |
static class |
LObjLongPair.ImmCompObjLongPair<T extends Comparable<T>>
Immutable, comparable tuple.
|
static class |
LObjLongPair.ImmObjLongPair<T>
Immutable, non-comparable tuple.
|
static class |
LObjLongPair.MutCompObjLongPair<T extends Comparable<T>>
Mutable, comparable tuple.
|
static class |
LObjLongPair.MutObjLongPair<T>
Mutable, non-comparable tuple.
|
static class |
LObjSrtPair.AbstractObjSrtPair<T> |
static class |
LObjSrtPair.ImmCompObjSrtPair<T extends Comparable<T>>
Immutable, comparable tuple.
|
static class |
LObjSrtPair.ImmObjSrtPair<T>
Immutable, non-comparable tuple.
|
static class |
LObjSrtPair.MutCompObjSrtPair<T extends Comparable<T>>
Mutable, comparable tuple.
|
static class |
LObjSrtPair.MutObjSrtPair<T>
Mutable, non-comparable tuple.
|
static class |
LPair.AbstractPair<T1,T2> |
static class |
LPair.ImmCompPair<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Immutable, comparable tuple.
|
static class |
LPair.ImmPair<T1,T2>
Immutable, non-comparable tuple.
|
static class |
LPair.MutCompPair<T1 extends Comparable<T1>,T2 extends Comparable<T2>>
Mutable, comparable tuple.
|
static class |
LPair.MutPair<T1,T2>
Mutable, non-comparable tuple.
|
static class |
LSingle.AbstractSingle<T> |
static class |
LSingle.ImmCompSingle<T extends Comparable<T>>
Immutable, comparable tuple.
|
static class |
LSingle.ImmSingle<T>
Immutable, non-comparable tuple.
|
static class |
LSingle.MutCompSingle<T extends Comparable<T>>
Mutable, comparable tuple.
|
static class |
LSingle.MutSingle<T>
Mutable, non-comparable tuple.
|
static class |
LTriple.AbstractTriple<T1,T2,T3> |
static class |
LTriple.ImmCompTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>,T3 extends Comparable<T3>>
Immutable, comparable tuple.
|
static class |
LTriple.ImmTriple<T1,T2,T3>
Immutable, non-comparable tuple.
|
static class |
LTriple.MutCompTriple<T1 extends Comparable<T1>,T2 extends Comparable<T2>,T3 extends Comparable<T3>>
Mutable, comparable tuple.
|
static class |
LTriple.MutTriple<T1,T2,T3>
Mutable, non-comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LSingle<T> |
Tuple4U.immutable(T a) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LSingle.argEquals(LSingle the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LSingle.ComparableSingle.compareTo(LSingle<T> that) |
static <T> LSingle.MutSingle<T> |
LSingle.MutSingle.copyOf(LSingle<T> tuple) |
static <T> LSingle.ImmSingle<T> |
LSingle.ImmSingle.copyOf(LSingle<T> tuple) |
static <T extends Comparable<T>> |
LSingle.MutCompSingle.copyOf(LSingle<T> tuple) |
static <T extends Comparable<T>> |
LSingle.ImmCompSingle.copyOf(LSingle<T> tuple) |
Copyright © 2019. All rights reserved.