| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LBiCharConsumer.tupleAccept(LCharPair args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LBiCharFunction.tupleApply(LCharPair args) |
| Modifier and Type | Method and Description |
|---|---|
default char |
LCharBinaryOperator.tupleApplyAsChar(LCharPair args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LBiCharPredicate.tupleTest(LCharPair args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LCharPair.ComparableCharPair |
| Modifier and Type | Class and Description |
|---|---|
static class |
LCharPair.AbstractCharPair |
static class |
LCharPair.ImmCharPair
Immutable, non-comparable tuple.
|
static class |
LCharPair.ImmCompCharPair
Immutable, comparable tuple.
|
static class |
LCharPair.MutCharPair
Mutable, non-comparable tuple.
|
static class |
LCharPair.MutCompCharPair
Mutable, comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static LCharPair |
Tuple4U.immutable(char a1,
char a2) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LCharPair.argEquals(LCharPair the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LCharPair.ComparableCharPair.compareTo(LCharPair that) |
static LCharPair.MutCharPair |
LCharPair.MutCharPair.copyOf(LCharPair tuple) |
static LCharPair.MutCompCharPair |
LCharPair.MutCompCharPair.copyOf(LCharPair tuple) |
static LCharPair.ImmCharPair |
LCharPair.ImmCharPair.copyOf(LCharPair tuple) |
static LCharPair.ImmCompCharPair |
LCharPair.ImmCompCharPair.copyOf(LCharPair tuple) |
Copyright © 2019. All rights reserved.