@Immutable public static final class LBoolPair.ImmBoolPair extends LBoolPair.AbstractBoolPair
Immutable, non-comparable tuple.
LBoolPair.AbstractBoolPair, LBoolPair.ComparableBoolPair, LBoolPair.ImmBoolPair, LBoolPair.ImmCompBoolPair, LBoolPair.MutBoolPair, LBoolPair.MutCompBoolPairLBoolSingle.AbstractBoolSingle, LBoolSingle.ComparableBoolSingle, LBoolSingle.ImmBoolSingle, LBoolSingle.ImmCompBoolSingle, LBoolSingle.MutBoolSingle, LBoolSingle.MutCompBoolSingleLTuple.Void| Constructor and Description |
|---|
ImmBoolPair(boolean a1,
boolean a2) |
| Modifier and Type | Method and Description |
|---|---|
static LBoolPair.ImmBoolPair |
copyOf(LBoolPair tuple) |
boolean |
first() |
static LBoolPair.ImmBoolPair |
of(boolean a1,
boolean a2) |
boolean |
second() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitargEquals, argEquals, argHashCode, get, iterator, size, valueargEquals, argEquals, argHashCodepublic static LBoolPair.ImmBoolPair of(boolean a1, boolean a2)
public static LBoolPair.ImmBoolPair copyOf(LBoolPair tuple)
public boolean first()
public boolean second()
Copyright © 2019. All rights reserved.