| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LBiSrtConsumer.tupleAccept(LSrtPair args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LBiSrtFunction.tupleApply(LSrtPair args) |
| Modifier and Type | Method and Description |
|---|---|
default short |
LSrtBinaryOperator.tupleApplyAsSrt(LSrtPair args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LBiSrtPredicate.tupleTest(LSrtPair args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LSrtPair.ComparableSrtPair |
| Modifier and Type | Class and Description |
|---|---|
static class |
LSrtPair.AbstractSrtPair |
static class |
LSrtPair.ImmCompSrtPair
Immutable, comparable tuple.
|
static class |
LSrtPair.ImmSrtPair
Immutable, non-comparable tuple.
|
static class |
LSrtPair.MutCompSrtPair
Mutable, comparable tuple.
|
static class |
LSrtPair.MutSrtPair
Mutable, non-comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static LSrtPair |
Tuple4U.immutable(short a1,
short a2) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LSrtPair.argEquals(LSrtPair the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LSrtPair.ComparableSrtPair.compareTo(LSrtPair that) |
static LSrtPair.MutSrtPair |
LSrtPair.MutSrtPair.copyOf(LSrtPair tuple) |
static LSrtPair.MutCompSrtPair |
LSrtPair.MutCompSrtPair.copyOf(LSrtPair tuple) |
static LSrtPair.ImmSrtPair |
LSrtPair.ImmSrtPair.copyOf(LSrtPair tuple) |
static LSrtPair.ImmCompSrtPair |
LSrtPair.ImmCompSrtPair.copyOf(LSrtPair tuple) |
Copyright © 2019. All rights reserved.