@Immutable public static final class LObjIntCharTriple.ImmObjIntCharTriple<T> extends LObjIntCharTriple.AbstractObjIntCharTriple<T>
Immutable, non-comparable tuple.
LObjIntCharTriple.AbstractObjIntCharTriple<T>, LObjIntCharTriple.ComparableObjIntCharTriple<T extends Comparable<T>>, LObjIntCharTriple.ImmCompObjIntCharTriple<T extends Comparable<T>>, LObjIntCharTriple.ImmObjIntCharTriple<T>, LObjIntCharTriple.MutCompObjIntCharTriple<T extends Comparable<T>>, LObjIntCharTriple.MutObjIntCharTriple<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 |
|---|
ImmObjIntCharTriple(T a1,
int a2,
char a3) |
| Modifier and Type | Method and Description |
|---|---|
static <T> LObjIntCharTriple.ImmObjIntCharTriple<T> |
copyOf(LObjIntCharTriple<T> tuple) |
T |
first() |
static <T> LObjIntCharTriple.ImmObjIntCharTriple<T> |
of(T a1,
int a2,
char a3) |
int |
second() |
char |
third() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitargEquals, argEquals, argHashCode, get, iterator, size, valueargEquals, argEquals, argHashCodeargHashCodepublic ImmObjIntCharTriple(T a1, int a2, char a3)
public static <T> LObjIntCharTriple.ImmObjIntCharTriple<T> of(T a1, int a2, char a3)
public static <T> LObjIntCharTriple.ImmObjIntCharTriple<T> copyOf(LObjIntCharTriple<T> tuple)
public T first()
public int second()
public char third()
Copyright © 2019. All rights reserved.