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