| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LBiIntConsumer.tupleAccept(LIntPair args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LBiIntFunction.tupleApply(LIntPair args) |
| Modifier and Type | Method and Description |
|---|---|
default int |
LIntBinaryOperator.tupleApplyAsInt(LIntPair args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LBiIntPredicate.tupleTest(LIntPair args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LIntPair.ComparableIntPair |
| Modifier and Type | Class and Description |
|---|---|
static class |
LIntPair.AbstractIntPair |
static class |
LIntPair.ImmCompIntPair
Immutable, comparable tuple.
|
static class |
LIntPair.ImmIntPair
Immutable, non-comparable tuple.
|
static class |
LIntPair.MutCompIntPair
Mutable, comparable tuple.
|
static class |
LIntPair.MutIntPair
Mutable, non-comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static LIntPair |
Tuple4U.immutable(int a1,
int a2) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LIntPair.argEquals(LIntPair the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LIntPair.ComparableIntPair.compareTo(LIntPair that) |
static LIntPair.MutIntPair |
LIntPair.MutIntPair.copyOf(LIntPair tuple) |
static LIntPair.MutCompIntPair |
LIntPair.MutCompIntPair.copyOf(LIntPair tuple) |
static LIntPair.ImmIntPair |
LIntPair.ImmIntPair.copyOf(LIntPair tuple) |
static LIntPair.ImmCompIntPair |
LIntPair.ImmCompIntPair.copyOf(LIntPair tuple) |
Copyright © 2019. All rights reserved.