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