@Immutable public static final class LCharPair.ImmCharPair extends LCharPair.AbstractCharPair
Immutable, non-comparable tuple.
LCharPair.AbstractCharPair, LCharPair.ComparableCharPair, LCharPair.ImmCharPair, LCharPair.ImmCompCharPair, LCharPair.MutCharPair, LCharPair.MutCompCharPairLCharSingle.AbstractCharSingle, LCharSingle.ComparableCharSingle, LCharSingle.ImmCharSingle, LCharSingle.ImmCompCharSingle, LCharSingle.MutCharSingle, LCharSingle.MutCompCharSingleLTuple.Void| Constructor and Description |
|---|
ImmCharPair(char a1,
char a2) |
| Modifier and Type | Method and Description |
|---|---|
static LCharPair.ImmCharPair |
copyOf(LCharPair tuple) |
char |
first() |
static LCharPair.ImmCharPair |
of(char a1,
char a2) |
char |
second() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitargEquals, argEquals, argHashCode, get, iterator, size, valueargEquals, argEquals, argHashCodepublic static LCharPair.ImmCharPair of(char a1, char a2)
public static LCharPair.ImmCharPair copyOf(LCharPair tuple)
public char first()
public char second()
Copyright © 2019. All rights reserved.