@Immutable public static final class LIntPair.ImmIntPair extends LIntPair.AbstractIntPair
Immutable, non-comparable tuple.
LIntPair.AbstractIntPair, LIntPair.ComparableIntPair, LIntPair.ImmCompIntPair, LIntPair.ImmIntPair, LIntPair.MutCompIntPair, LIntPair.MutIntPairLIntSingle.AbstractIntSingle, LIntSingle.ComparableIntSingle, LIntSingle.ImmCompIntSingle, LIntSingle.ImmIntSingle, LIntSingle.MutCompIntSingle, LIntSingle.MutIntSingleLTuple.Void| Constructor and Description |
|---|
ImmIntPair(int a1,
int a2) |
| Modifier and Type | Method and Description |
|---|---|
static LIntPair.ImmIntPair |
copyOf(LIntPair tuple) |
int |
first() |
static LIntPair.ImmIntPair |
of(int a1,
int a2) |
int |
second() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitargEquals, argEquals, argHashCode, get, iterator, size, valueargEquals, argEquals, argHashCodepublic static LIntPair.ImmIntPair of(int a1, int a2)
public static LIntPair.ImmIntPair copyOf(LIntPair tuple)
public int first()
public int second()
Copyright © 2019. All rights reserved.