@Immutable public static final class LCharIntPair.ImmCharIntPair extends LCharIntPair.AbstractCharIntPair
Immutable, non-comparable tuple.
LCharIntPair.AbstractCharIntPair, LCharIntPair.ComparableCharIntPair, LCharIntPair.ImmCharIntPair, LCharIntPair.ImmCompCharIntPair, LCharIntPair.MutCharIntPair, LCharIntPair.MutCompCharIntPairLCharSingle.AbstractCharSingle, LCharSingle.ComparableCharSingle, LCharSingle.ImmCharSingle, LCharSingle.ImmCompCharSingle, LCharSingle.MutCharSingle, LCharSingle.MutCompCharSingleLTuple.VoidSIZE| Constructor and Description |
|---|
ImmCharIntPair(char a1,
int a2) |
| Modifier and Type | Method and Description |
|---|---|
static LCharIntPair.ImmCharIntPair |
copyOf(LCharIntPair tuple) |
char |
first() |
static LCharIntPair.ImmCharIntPair |
of(char a1,
int a2) |
int |
second() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitargEquals, argEquals, argHashCode, get, iterator, size, valueargEquals, argEquals, argHashCodepublic static LCharIntPair.ImmCharIntPair of(char a1, int a2)
public static LCharIntPair.ImmCharIntPair copyOf(LCharIntPair tuple)
public char first()
public int second()
Copyright © 2019. All rights reserved.