| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LBiConsumer.tupleAccept(LPair<T1,T2> args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LBiFunction.tupleApply(LPair<T1,T2> args) |
| Modifier and Type | Method and Description |
|---|---|
default byte |
LToByteBiFunction.tupleApplyAsByte(LPair<T1,T2> args) |
default char |
LToCharBiFunction.tupleApplyAsChar(LPair<T1,T2> args) |
default double |
LToDblBiFunction.tupleApplyAsDbl(LPair<T1,T2> args) |
default float |
LToFltBiFunction.tupleApplyAsFlt(LPair<T1,T2> args) |
default int |
LToIntBiFunction.tupleApplyAsInt(LPair<T1,T2> args) |
default long |
LToLongBiFunction.tupleApplyAsLong(LPair<T1,T2> args) |
default short |
LToSrtBiFunction.tupleApplyAsSrt(LPair<T1,T2> args) |
| Modifier and Type | Method and Description |
|---|---|
default T |
LBinaryOperator.tupleApply(LPair<T,T> args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LBiPredicate.tupleTest(LPair<T1,T2> args) |
| 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>> |
static interface |
LPair.ComparablePair<T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
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 |
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 |
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 <T1,T2> LPair<T1,T2> |
Tuple4U.immutable(T1 a1,
T2 a2) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LPair.argEquals(LPair the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LPair.ComparablePair.compareTo(LPair<T1,T2> that) |
static <T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
LPair.MutCompPair.copyOf(LPair<T1,T2> tuple) |
static <T1 extends Comparable<T1>,T2 extends Comparable<T2>> |
LPair.ImmCompPair.copyOf(LPair<T1,T2> tuple) |
static <T1,T2> LPair.MutPair<T1,T2> |
LPair.MutPair.copyOf(LPair<T1,T2> tuple) |
static <T1,T2> LPair.ImmPair<T1,T2> |
LPair.ImmPair.copyOf(LPair<T1,T2> tuple) |
Copyright © 2019. All rights reserved.