@Immutable public static final class LObjSrtPair.ImmObjSrtPair<T> extends LObjSrtPair.AbstractObjSrtPair<T>
Immutable, non-comparable tuple.
LObjSrtPair.AbstractObjSrtPair<T>, LObjSrtPair.ComparableObjSrtPair<T extends Comparable<T>>, LObjSrtPair.ImmCompObjSrtPair<T extends Comparable<T>>, LObjSrtPair.ImmObjSrtPair<T>, LObjSrtPair.MutCompObjSrtPair<T extends Comparable<T>>, LObjSrtPair.MutObjSrtPair<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 |
|---|
ImmObjSrtPair(T a1,
short a2) |
| Modifier and Type | Method and Description |
|---|---|
static <T> LObjSrtPair.ImmObjSrtPair<T> |
copyOf(LObjSrtPair<T> tuple) |
T |
first() |
static <T> LObjSrtPair.ImmObjSrtPair<T> |
of(T a1,
short a2) |
short |
second() |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitargEquals, argEquals, argHashCode, get, iterator, size, valueargHashCodepublic ImmObjSrtPair(T a1, short a2)
public static <T> LObjSrtPair.ImmObjSrtPair<T> of(T a1, short a2)
public static <T> LObjSrtPair.ImmObjSrtPair<T> copyOf(LObjSrtPair<T> tuple)
public T first()
public short second()
Copyright © 2019. All rights reserved.