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