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