| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LTieIntConsumer.tupleAccept(LObjBiIntTriple<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LObjBiIntFunction.tupleApply(LObjBiIntTriple<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default int |
LTieIntFunction.tupleApplyAsInt(LObjBiIntTriple<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LObjBiIntPredicate.tupleTest(LObjBiIntTriple<T> args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LObjBiIntTriple.ComparableObjBiIntTriple<T extends Comparable<T>> |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LObjBiIntTriple<T> |
Tuple4U.immutable(T a1,
int a2,
int a3) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LObjBiIntTriple.argEquals(LObjBiIntTriple the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LObjBiIntTriple.ComparableObjBiIntTriple.compareTo(LObjBiIntTriple<T> that) |
static <T> LObjBiIntTriple.MutObjBiIntTriple<T> |
LObjBiIntTriple.MutObjBiIntTriple.copyOf(LObjBiIntTriple<T> tuple) |
static <T> LObjBiIntTriple.ImmObjBiIntTriple<T> |
LObjBiIntTriple.ImmObjBiIntTriple.copyOf(LObjBiIntTriple<T> tuple) |
static <T extends Comparable<T>> |
LObjBiIntTriple.MutCompObjBiIntTriple.copyOf(LObjBiIntTriple<T> tuple) |
static <T extends Comparable<T>> |
LObjBiIntTriple.ImmCompObjBiIntTriple.copyOf(LObjBiIntTriple<T> tuple) |
Copyright © 2019. All rights reserved.