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