| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LTieLongConsumer.tupleAccept(LObjIntLongTriple<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LObjIntLongFunction.tupleApply(LObjIntLongTriple<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default int |
LTieLongFunction.tupleApplyAsInt(LObjIntLongTriple<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LObjIntLongPredicate.tupleTest(LObjIntLongTriple<T> args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LObjIntLongTriple.ComparableObjIntLongTriple<T extends Comparable<T>> |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LObjIntLongTriple<T> |
Tuple4U.immutable(T a1,
int a2,
long a3) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LObjIntLongTriple.argEquals(LObjIntLongTriple the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LObjIntLongTriple.ComparableObjIntLongTriple.compareTo(LObjIntLongTriple<T> that) |
static <T> LObjIntLongTriple.MutObjIntLongTriple<T> |
LObjIntLongTriple.MutObjIntLongTriple.copyOf(LObjIntLongTriple<T> tuple) |
static <T> LObjIntLongTriple.ImmObjIntLongTriple<T> |
LObjIntLongTriple.ImmObjIntLongTriple.copyOf(LObjIntLongTriple<T> tuple) |
static <T extends Comparable<T>> |
LObjIntLongTriple.MutCompObjIntLongTriple.copyOf(LObjIntLongTriple<T> tuple) |
static <T extends Comparable<T>> |
LObjIntLongTriple.ImmCompObjIntLongTriple.copyOf(LObjIntLongTriple<T> tuple) |
Copyright © 2019. All rights reserved.