| Package | Description |
|---|---|
| eu.lunisolar.magma.func.consumer.primitives.bi | |
| eu.lunisolar.magma.func.predicate | |
| eu.lunisolar.magma.func.tuple |
| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LLongIntConsumer.tupleAccept(LLongIntPair args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LLongIntPredicate.tupleTest(LLongIntPair args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LLongIntPair.ComparableLongIntPair |
| Modifier and Type | Class and Description |
|---|---|
static class |
LLongIntPair.AbstractLongIntPair |
static class |
LLongIntPair.ImmCompLongIntPair
Immutable, comparable tuple.
|
static class |
LLongIntPair.ImmLongIntPair
Immutable, non-comparable tuple.
|
static class |
LLongIntPair.MutCompLongIntPair
Mutable, comparable tuple.
|
static class |
LLongIntPair.MutLongIntPair
Mutable, non-comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static LLongIntPair |
Tuple4U.immutable(long a1,
int a2) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LLongIntPair.argEquals(LLongIntPair the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LLongIntPair.ComparableLongIntPair.compareTo(LLongIntPair that) |
static LLongIntPair.MutLongIntPair |
LLongIntPair.MutLongIntPair.copyOf(LLongIntPair tuple) |
static LLongIntPair.MutCompLongIntPair |
LLongIntPair.MutCompLongIntPair.copyOf(LLongIntPair tuple) |
static LLongIntPair.ImmLongIntPair |
LLongIntPair.ImmLongIntPair.copyOf(LLongIntPair tuple) |
static LLongIntPair.ImmCompLongIntPair |
LLongIntPair.ImmCompLongIntPair.copyOf(LLongIntPair tuple) |
Copyright © 2019. All rights reserved.