@Immutable public static final class LObjIntLongTriple.ImmObjIntLongTriple<T> extends LObjIntLongTriple.AbstractObjIntLongTriple<T>
Immutable, non-comparable tuple.
LObjIntLongTriple.AbstractObjIntLongTriple<T>, LObjIntLongTriple.ComparableObjIntLongTriple<T extends Comparable<T>>, LObjIntLongTriple.ImmCompObjIntLongTriple<T extends Comparable<T>>, LObjIntLongTriple.ImmObjIntLongTriple<T>, LObjIntLongTriple.MutCompObjIntLongTriple<T extends Comparable<T>>, LObjIntLongTriple.MutObjIntLongTriple<T>LObjIntPair.AbstractObjIntPair<T>, LObjIntPair.ComparableObjIntPair<T extends Comparable<T>>, LObjIntPair.ImmCompObjIntPair<T extends Comparable<T>>, LObjIntPair.ImmObjIntPair<T>, LObjIntPair.MutCompObjIntPair<T extends Comparable<T>>, LObjIntPair.MutObjIntPair<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 |
|---|
ImmObjIntLongTriple(T a1,
int a2,
long a3) |
| Modifier and Type | Method and Description |
|---|---|
static <T> LObjIntLongTriple.ImmObjIntLongTriple<T> |
copyOf(LObjIntLongTriple<T> tuple) |
T |
first() |
static <T> LObjIntLongTriple.ImmObjIntLongTriple<T> |
of(T a1,
int a2,
long a3) |
int |
second() |
long |
third() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitargEquals, argEquals, argHashCode, get, iterator, size, valueargEquals, argEquals, argHashCodeargHashCodepublic ImmObjIntLongTriple(T a1, int a2, long a3)
public static <T> LObjIntLongTriple.ImmObjIntLongTriple<T> of(T a1, int a2, long a3)
public static <T> LObjIntLongTriple.ImmObjIntLongTriple<T> copyOf(LObjIntLongTriple<T> tuple)
public T first()
public int second()
public long third()
Copyright © 2019. All rights reserved.