| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LTieCharConsumer.tupleAccept(LObjIntCharTriple<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LObjIntCharFunction.tupleApply(LObjIntCharTriple<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default int |
LTieCharFunction.tupleApplyAsInt(LObjIntCharTriple<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LObjIntCharPredicate.tupleTest(LObjIntCharTriple<T> args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LObjIntCharTriple.ComparableObjIntCharTriple<T extends Comparable<T>> |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LObjIntCharTriple<T> |
Tuple4U.immutable(T a1,
int a2,
char a3) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LObjIntCharTriple.argEquals(LObjIntCharTriple the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LObjIntCharTriple.ComparableObjIntCharTriple.compareTo(LObjIntCharTriple<T> that) |
static <T> LObjIntCharTriple.MutObjIntCharTriple<T> |
LObjIntCharTriple.MutObjIntCharTriple.copyOf(LObjIntCharTriple<T> tuple) |
static <T> LObjIntCharTriple.ImmObjIntCharTriple<T> |
LObjIntCharTriple.ImmObjIntCharTriple.copyOf(LObjIntCharTriple<T> tuple) |
static <T extends Comparable<T>> |
LObjIntCharTriple.MutCompObjIntCharTriple.copyOf(LObjIntCharTriple<T> tuple) |
static <T extends Comparable<T>> |
LObjIntCharTriple.ImmCompObjIntCharTriple.copyOf(LObjIntCharTriple<T> tuple) |
Copyright © 2019. All rights reserved.