| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LBiDblConsumer.tupleAccept(LDblPair args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LBiDblFunction.tupleApply(LDblPair args) |
| Modifier and Type | Method and Description |
|---|---|
default double |
LDblBinaryOperator.tupleApplyAsDbl(LDblPair args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LBiDblPredicate.tupleTest(LDblPair args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LDblPair.ComparableDblPair |
| Modifier and Type | Class and Description |
|---|---|
static class |
LDblPair.AbstractDblPair |
static class |
LDblPair.ImmCompDblPair
Immutable, comparable tuple.
|
static class |
LDblPair.ImmDblPair
Immutable, non-comparable tuple.
|
static class |
LDblPair.MutCompDblPair
Mutable, comparable tuple.
|
static class |
LDblPair.MutDblPair
Mutable, non-comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static LDblPair |
Tuple4U.immutable(double a1,
double a2) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LDblPair.argEquals(LDblPair the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LDblPair.ComparableDblPair.compareTo(LDblPair that) |
static LDblPair.MutDblPair |
LDblPair.MutDblPair.copyOf(LDblPair tuple) |
static LDblPair.MutCompDblPair |
LDblPair.MutCompDblPair.copyOf(LDblPair tuple) |
static LDblPair.ImmDblPair |
LDblPair.ImmDblPair.copyOf(LDblPair tuple) |
static LDblPair.ImmCompDblPair |
LDblPair.ImmCompDblPair.copyOf(LDblPair tuple) |
Copyright © 2019. All rights reserved.