@Immutable public static final class LObjFltPair.ImmObjFltPair<T> extends LObjFltPair.AbstractObjFltPair<T>
Immutable, non-comparable tuple.
LObjFltPair.AbstractObjFltPair<T>, LObjFltPair.ComparableObjFltPair<T extends Comparable<T>>, LObjFltPair.ImmCompObjFltPair<T extends Comparable<T>>, LObjFltPair.ImmObjFltPair<T>, LObjFltPair.MutCompObjFltPair<T extends Comparable<T>>, LObjFltPair.MutObjFltPair<T>LSingle.AbstractSingle<T>, LSingle.ComparableSingle<T extends Comparable<T>>, LSingle.ImmCompSingle<T extends Comparable<T>>, LSingle.ImmSingle<T>, LSingle.MutCompSingle<T extends Comparable<T>>, LSingle.MutSingle<T>LTuple.VoidSIZE| Constructor and Description |
|---|
ImmObjFltPair(T a1,
float a2) |
| Modifier and Type | Method and Description |
|---|---|
static <T> LObjFltPair.ImmObjFltPair<T> |
copyOf(LObjFltPair<T> tuple) |
T |
first() |
static <T> LObjFltPair.ImmObjFltPair<T> |
of(T a1,
float a2) |
float |
second() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitargEquals, argEquals, argHashCode, get, iterator, size, valueargHashCodepublic ImmObjFltPair(T a1, float a2)
public static <T> LObjFltPair.ImmObjFltPair<T> of(T a1, float a2)
public static <T> LObjFltPair.ImmObjFltPair<T> copyOf(LObjFltPair<T> tuple)
public T first()
public float second()
Copyright © 2019. All rights reserved.