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