@Immutable public static final class LByteIntPair.ImmCompByteIntPair extends LByteIntPair.AbstractByteIntPair implements LByteIntPair.ComparableByteIntPair
Immutable, comparable tuple.
LByteIntPair.AbstractByteIntPair, LByteIntPair.ComparableByteIntPair, LByteIntPair.ImmByteIntPair, LByteIntPair.ImmCompByteIntPair, LByteIntPair.MutByteIntPair, LByteIntPair.MutCompByteIntPairLByteSingle.AbstractByteSingle, LByteSingle.ComparableByteSingle, LByteSingle.ImmByteSingle, LByteSingle.ImmCompByteSingle, LByteSingle.MutByteSingle, LByteSingle.MutCompByteSingleLTuple.VoidSIZE| Constructor and Description |
|---|
ImmCompByteIntPair(byte a1,
int a2) |
| Modifier and Type | Method and Description |
|---|---|
static LByteIntPair.ImmCompByteIntPair |
copyOf(LByteIntPair tuple) |
byte |
first() |
static LByteIntPair.ImmCompByteIntPair |
of(byte a1,
int a2) |
int |
second() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareToargEquals, argEquals, argHashCode, get, iterator, size, valueargEquals, argEquals, argHashCodepublic static LByteIntPair.ImmCompByteIntPair of(byte a1, int a2)
public static LByteIntPair.ImmCompByteIntPair copyOf(LByteIntPair tuple)
public byte first()
first in interface LByteIntPairfirst in interface LByteSinglepublic int second()
second in interface LByteIntPairCopyright © 2019. All rights reserved.