| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LTieSrtConsumer.tupleAccept(LObjIntSrtTriple<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LObjIntSrtFunction.tupleApply(LObjIntSrtTriple<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default int |
LTieSrtFunction.tupleApplyAsInt(LObjIntSrtTriple<T> args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LObjIntSrtPredicate.tupleTest(LObjIntSrtTriple<T> args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LObjIntSrtTriple.ComparableObjIntSrtTriple<T extends Comparable<T>> |
| Modifier and Type | Class and Description |
|---|---|
static class |
LObjIntSrtTriple.AbstractObjIntSrtTriple<T> |
static class |
LObjIntSrtTriple.ImmCompObjIntSrtTriple<T extends Comparable<T>>
Immutable, comparable tuple.
|
static class |
LObjIntSrtTriple.ImmObjIntSrtTriple<T>
Immutable, non-comparable tuple.
|
static class |
LObjIntSrtTriple.MutCompObjIntSrtTriple<T extends Comparable<T>>
Mutable, comparable tuple.
|
static class |
LObjIntSrtTriple.MutObjIntSrtTriple<T>
Mutable, non-comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LObjIntSrtTriple<T> |
Tuple4U.immutable(T a1,
int a2,
short a3) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LObjIntSrtTriple.argEquals(LObjIntSrtTriple the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LObjIntSrtTriple.ComparableObjIntSrtTriple.compareTo(LObjIntSrtTriple<T> that) |
static <T> LObjIntSrtTriple.MutObjIntSrtTriple<T> |
LObjIntSrtTriple.MutObjIntSrtTriple.copyOf(LObjIntSrtTriple<T> tuple) |
static <T> LObjIntSrtTriple.ImmObjIntSrtTriple<T> |
LObjIntSrtTriple.ImmObjIntSrtTriple.copyOf(LObjIntSrtTriple<T> tuple) |
static <T extends Comparable<T>> |
LObjIntSrtTriple.MutCompObjIntSrtTriple.copyOf(LObjIntSrtTriple<T> tuple) |
static <T extends Comparable<T>> |
LObjIntSrtTriple.ImmCompObjIntSrtTriple.copyOf(LObjIntSrtTriple<T> tuple) |
Copyright © 2019. All rights reserved.