@Immutable public static final class LBytePair.ImmBytePair extends LBytePair.AbstractBytePair
Immutable, non-comparable tuple.
LBytePair.AbstractBytePair, LBytePair.ComparableBytePair, LBytePair.ImmBytePair, LBytePair.ImmCompBytePair, LBytePair.MutBytePair, LBytePair.MutCompBytePairLByteSingle.AbstractByteSingle, LByteSingle.ComparableByteSingle, LByteSingle.ImmByteSingle, LByteSingle.ImmCompByteSingle, LByteSingle.MutByteSingle, LByteSingle.MutCompByteSingleLTuple.Void| Constructor and Description |
|---|
ImmBytePair(byte a1,
byte a2) |
| Modifier and Type | Method and Description |
|---|---|
static LBytePair.ImmBytePair |
copyOf(LBytePair tuple) |
byte |
first() |
static LBytePair.ImmBytePair |
of(byte a1,
byte a2) |
byte |
second() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitargEquals, argEquals, argHashCode, get, iterator, size, valueargEquals, argEquals, argHashCodepublic static LBytePair.ImmBytePair of(byte a1, byte a2)
public static LBytePair.ImmBytePair copyOf(LBytePair tuple)
public byte first()
public byte second()
Copyright © 2019. All rights reserved.