@Immutable public static final class LBoolIntPair.ImmBoolIntPair extends LBoolIntPair.AbstractBoolIntPair
Immutable, non-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 |
|---|
ImmBoolIntPair(boolean a1,
int a2) |
| Modifier and Type | Method and Description |
|---|---|
static LBoolIntPair.ImmBoolIntPair |
copyOf(LBoolIntPair tuple) |
boolean |
first() |
static LBoolIntPair.ImmBoolIntPair |
of(boolean a1,
int a2) |
int |
second() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitargEquals, argEquals, argHashCode, get, iterator, size, valueargEquals, argEquals, argHashCodepublic static LBoolIntPair.ImmBoolIntPair of(boolean a1, int a2)
public static LBoolIntPair.ImmBoolIntPair copyOf(LBoolIntPair tuple)
public boolean first()
public int second()
Copyright © 2019. All rights reserved.