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