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