| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LBiByteConsumer.tupleAccept(LBytePair args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LBiByteFunction.tupleApply(LBytePair args) |
| Modifier and Type | Method and Description |
|---|---|
default byte |
LByteBinaryOperator.tupleApplyAsByte(LBytePair args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LBiBytePredicate.tupleTest(LBytePair args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LBytePair.ComparableBytePair |
| Modifier and Type | Class and Description |
|---|---|
static class |
LBytePair.AbstractBytePair |
static class |
LBytePair.ImmBytePair
Immutable, non-comparable tuple.
|
static class |
LBytePair.ImmCompBytePair
Immutable, comparable tuple.
|
static class |
LBytePair.MutBytePair
Mutable, non-comparable tuple.
|
static class |
LBytePair.MutCompBytePair
Mutable, comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static LBytePair |
Tuple4U.immutable(byte a1,
byte a2) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LBytePair.argEquals(LBytePair the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LBytePair.ComparableBytePair.compareTo(LBytePair that) |
static LBytePair.MutBytePair |
LBytePair.MutBytePair.copyOf(LBytePair tuple) |
static LBytePair.MutCompBytePair |
LBytePair.MutCompBytePair.copyOf(LBytePair tuple) |
static LBytePair.ImmBytePair |
LBytePair.ImmBytePair.copyOf(LBytePair tuple) |
static LBytePair.ImmCompBytePair |
LBytePair.ImmCompBytePair.copyOf(LBytePair tuple) |
Copyright © 2019. All rights reserved.