| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LTieByteConsumer.tupleAccept(LObjIntByteTriple<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LObjIntByteFunction.tupleApply(LObjIntByteTriple<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default int |
LTieByteFunction.tupleApplyAsInt(LObjIntByteTriple<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LObjIntBytePredicate.tupleTest(LObjIntByteTriple<T> args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LObjIntByteTriple.ComparableObjIntByteTriple<T extends Comparable<T>> |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LObjIntByteTriple<T> |
Tuple4U.immutable(T a1,
int a2,
byte a3) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LObjIntByteTriple.argEquals(LObjIntByteTriple the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LObjIntByteTriple.ComparableObjIntByteTriple.compareTo(LObjIntByteTriple<T> that) |
static <T> LObjIntByteTriple.MutObjIntByteTriple<T> |
LObjIntByteTriple.MutObjIntByteTriple.copyOf(LObjIntByteTriple<T> tuple) |
static <T> LObjIntByteTriple.ImmObjIntByteTriple<T> |
LObjIntByteTriple.ImmObjIntByteTriple.copyOf(LObjIntByteTriple<T> tuple) |
static <T extends Comparable<T>> |
LObjIntByteTriple.MutCompObjIntByteTriple.copyOf(LObjIntByteTriple<T> tuple) |
static <T extends Comparable<T>> |
LObjIntByteTriple.ImmCompObjIntByteTriple.copyOf(LObjIntByteTriple<T> tuple) |
Copyright © 2019. All rights reserved.