@Immutable public static final class LDblIntPair.ImmCompDblIntPair extends LDblIntPair.AbstractDblIntPair implements LDblIntPair.ComparableDblIntPair
Immutable, comparable tuple.
LDblIntPair.AbstractDblIntPair, LDblIntPair.ComparableDblIntPair, LDblIntPair.ImmCompDblIntPair, LDblIntPair.ImmDblIntPair, LDblIntPair.MutCompDblIntPair, LDblIntPair.MutDblIntPairLDblSingle.AbstractDblSingle, LDblSingle.ComparableDblSingle, LDblSingle.ImmCompDblSingle, LDblSingle.ImmDblSingle, LDblSingle.MutCompDblSingle, LDblSingle.MutDblSingleLTuple.VoidSIZE| Constructor and Description |
|---|
ImmCompDblIntPair(double a1,
int a2) |
| Modifier and Type | Method and Description |
|---|---|
static LDblIntPair.ImmCompDblIntPair |
copyOf(LDblIntPair tuple) |
double |
first() |
static LDblIntPair.ImmCompDblIntPair |
of(double a1,
int a2) |
int |
second() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareToargEquals, argEquals, argHashCode, get, iterator, size, valueargEquals, argEquals, argHashCodepublic static LDblIntPair.ImmCompDblIntPair of(double a1, int a2)
public static LDblIntPair.ImmCompDblIntPair copyOf(LDblIntPair tuple)
public double first()
first in interface LDblIntPairfirst in interface LDblSinglepublic int second()
second in interface LDblIntPairCopyright © 2019. All rights reserved.