@Immutable public static final class LFltIntPair.ImmFltIntPair extends LFltIntPair.AbstractFltIntPair
Immutable, non-comparable tuple.
LFltIntPair.AbstractFltIntPair, LFltIntPair.ComparableFltIntPair, LFltIntPair.ImmCompFltIntPair, LFltIntPair.ImmFltIntPair, LFltIntPair.MutCompFltIntPair, LFltIntPair.MutFltIntPairLFltSingle.AbstractFltSingle, LFltSingle.ComparableFltSingle, LFltSingle.ImmCompFltSingle, LFltSingle.ImmFltSingle, LFltSingle.MutCompFltSingle, LFltSingle.MutFltSingleLTuple.VoidSIZE| Constructor and Description |
|---|
ImmFltIntPair(float a1,
int a2) |
| Modifier and Type | Method and Description |
|---|---|
static LFltIntPair.ImmFltIntPair |
copyOf(LFltIntPair tuple) |
float |
first() |
static LFltIntPair.ImmFltIntPair |
of(float a1,
int a2) |
int |
second() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitargEquals, argEquals, argHashCode, get, iterator, size, valueargEquals, argEquals, argHashCodepublic static LFltIntPair.ImmFltIntPair of(float a1, int a2)
public static LFltIntPair.ImmFltIntPair copyOf(LFltIntPair tuple)
public float first()
public int second()
Copyright © 2019. All rights reserved.