| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LBiLongConsumer.tupleAccept(LLongPair args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LBiLongFunction.tupleApply(LLongPair args) |
| Modifier and Type | Method and Description |
|---|---|
default long |
LLongBinaryOperator.tupleApplyAsLong(LLongPair args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LBiLongPredicate.tupleTest(LLongPair args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LLongPair.ComparableLongPair |
| Modifier and Type | Class and Description |
|---|---|
static class |
LLongPair.AbstractLongPair |
static class |
LLongPair.ImmCompLongPair
Immutable, comparable tuple.
|
static class |
LLongPair.ImmLongPair
Immutable, non-comparable tuple.
|
static class |
LLongPair.MutCompLongPair
Mutable, comparable tuple.
|
static class |
LLongPair.MutLongPair
Mutable, non-comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static LLongPair |
Tuple4U.immutable(long a1,
long a2) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LLongPair.argEquals(LLongPair the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LLongPair.ComparableLongPair.compareTo(LLongPair that) |
static LLongPair.MutLongPair |
LLongPair.MutLongPair.copyOf(LLongPair tuple) |
static LLongPair.MutCompLongPair |
LLongPair.MutCompLongPair.copyOf(LLongPair tuple) |
static LLongPair.ImmLongPair |
LLongPair.ImmLongPair.copyOf(LLongPair tuple) |
static LLongPair.ImmCompLongPair |
LLongPair.ImmCompLongPair.copyOf(LLongPair tuple) |
Copyright © 2019. All rights reserved.