@Immutable public static final class LBoolIntPair.ImmCompBoolIntPair extends LBoolIntPair.AbstractBoolIntPair implements LBoolIntPair.ComparableBoolIntPair
Immutable, comparable tuple.
LBoolIntPair.AbstractBoolIntPair, LBoolIntPair.ComparableBoolIntPair, LBoolIntPair.ImmBoolIntPair, LBoolIntPair.ImmCompBoolIntPair, LBoolIntPair.MutBoolIntPair, LBoolIntPair.MutCompBoolIntPairLBoolSingle.AbstractBoolSingle, LBoolSingle.ComparableBoolSingle, LBoolSingle.ImmBoolSingle, LBoolSingle.ImmCompBoolSingle, LBoolSingle.MutBoolSingle, LBoolSingle.MutCompBoolSingleLTuple.VoidSIZE| Constructor and Description |
|---|
ImmCompBoolIntPair(boolean a1,
int a2) |
| Modifier and Type | Method and Description |
|---|---|
static LBoolIntPair.ImmCompBoolIntPair |
copyOf(LBoolIntPair tuple) |
boolean |
first() |
static LBoolIntPair.ImmCompBoolIntPair |
of(boolean a1,
int a2) |
int |
second() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareToargEquals, argEquals, argHashCode, get, iterator, size, valueargEquals, argEquals, argHashCodepublic static LBoolIntPair.ImmCompBoolIntPair of(boolean a1, int a2)
public static LBoolIntPair.ImmCompBoolIntPair copyOf(LBoolIntPair tuple)
public boolean first()
first in interface LBoolIntPairfirst in interface LBoolSinglepublic int second()
second in interface LBoolIntPairCopyright © 2019. All rights reserved.