| 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 |
LDblIntConsumer.tupleAccept(LDblIntPair args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LDblIntPredicate.tupleTest(LDblIntPair args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LDblIntPair.ComparableDblIntPair |
| Modifier and Type | Class and Description |
|---|---|
static class |
LDblIntPair.AbstractDblIntPair |
static class |
LDblIntPair.ImmCompDblIntPair
Immutable, comparable tuple.
|
static class |
LDblIntPair.ImmDblIntPair
Immutable, non-comparable tuple.
|
static class |
LDblIntPair.MutCompDblIntPair
Mutable, comparable tuple.
|
static class |
LDblIntPair.MutDblIntPair
Mutable, non-comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static LDblIntPair |
Tuple4U.immutable(double a1,
int a2) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LDblIntPair.argEquals(LDblIntPair the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LDblIntPair.ComparableDblIntPair.compareTo(LDblIntPair that) |
static LDblIntPair.MutDblIntPair |
LDblIntPair.MutDblIntPair.copyOf(LDblIntPair tuple) |
static LDblIntPair.MutCompDblIntPair |
LDblIntPair.MutCompDblIntPair.copyOf(LDblIntPair tuple) |
static LDblIntPair.ImmDblIntPair |
LDblIntPair.ImmDblIntPair.copyOf(LDblIntPair tuple) |
static LDblIntPair.ImmCompDblIntPair |
LDblIntPair.ImmCompDblIntPair.copyOf(LDblIntPair tuple) |
Copyright © 2019. All rights reserved.