@Immutable public static final class LLongIntPair.ImmCompLongIntPair extends LLongIntPair.AbstractLongIntPair implements LLongIntPair.ComparableLongIntPair
Immutable, comparable tuple.
LLongIntPair.AbstractLongIntPair, LLongIntPair.ComparableLongIntPair, LLongIntPair.ImmCompLongIntPair, LLongIntPair.ImmLongIntPair, LLongIntPair.MutCompLongIntPair, LLongIntPair.MutLongIntPairLLongSingle.AbstractLongSingle, LLongSingle.ComparableLongSingle, LLongSingle.ImmCompLongSingle, LLongSingle.ImmLongSingle, LLongSingle.MutCompLongSingle, LLongSingle.MutLongSingleLTuple.VoidSIZE| Constructor and Description |
|---|
ImmCompLongIntPair(long a1,
int a2) |
| Modifier and Type | Method and Description |
|---|---|
static LLongIntPair.ImmCompLongIntPair |
copyOf(LLongIntPair tuple) |
long |
first() |
static LLongIntPair.ImmCompLongIntPair |
of(long a1,
int a2) |
int |
second() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareToargEquals, argEquals, argHashCode, get, iterator, size, valueargEquals, argEquals, argHashCodepublic static LLongIntPair.ImmCompLongIntPair of(long a1, int a2)
public static LLongIntPair.ImmCompLongIntPair copyOf(LLongIntPair tuple)
public long first()
first in interface LLongIntPairfirst in interface LLongSinglepublic int second()
second in interface LLongIntPairCopyright © 2019. All rights reserved.