@Immutable public static final class LLongPair.ImmCompLongPair extends LLongPair.AbstractLongPair implements LLongPair.ComparableLongPair
Immutable, comparable tuple.
LLongPair.AbstractLongPair, LLongPair.ComparableLongPair, LLongPair.ImmCompLongPair, LLongPair.ImmLongPair, LLongPair.MutCompLongPair, LLongPair.MutLongPairLLongSingle.AbstractLongSingle, LLongSingle.ComparableLongSingle, LLongSingle.ImmCompLongSingle, LLongSingle.ImmLongSingle, LLongSingle.MutCompLongSingle, LLongSingle.MutLongSingleLTuple.Void| Constructor and Description |
|---|
ImmCompLongPair(long a1,
long a2) |
| Modifier and Type | Method and Description |
|---|---|
static LLongPair.ImmCompLongPair |
copyOf(LLongPair tuple) |
long |
first() |
static LLongPair.ImmCompLongPair |
of(long a1,
long a2) |
long |
second() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareToargEquals, argEquals, argHashCode, get, iterator, size, valueargEquals, argEquals, argHashCodepublic static LLongPair.ImmCompLongPair of(long a1, long a2)
public static LLongPair.ImmCompLongPair copyOf(LLongPair tuple)
public long first()
first in interface LLongPairfirst in interface LLongSingleCopyright © 2019. All rights reserved.