public static final class LObjIntLongTriple.MutObjIntLongTriple<T> extends LObjIntLongTriple.AbstractObjIntLongTriple<T>
Mutable, non-comparable tuple.
LObjIntLongTriple.AbstractObjIntLongTriple<T>, LObjIntLongTriple.ComparableObjIntLongTriple<T extends Comparable<T>>, LObjIntLongTriple.ImmCompObjIntLongTriple<T extends Comparable<T>>, LObjIntLongTriple.ImmObjIntLongTriple<T>, LObjIntLongTriple.MutCompObjIntLongTriple<T extends Comparable<T>>, LObjIntLongTriple.MutObjIntLongTriple<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 |
|---|
MutObjIntLongTriple(T a1,
int a2,
long a3) |
| Modifier and Type | Method and Description |
|---|---|
static <T> LObjIntLongTriple.MutObjIntLongTriple<T> |
copyOf(LObjIntLongTriple<T> tuple) |
T |
first() |
LObjIntLongTriple.MutObjIntLongTriple<T> |
first(T first) |
static <T> LObjIntLongTriple.MutObjIntLongTriple<T> |
of(T a1,
int a2,
long a3) |
void |
reset() |
int |
second() |
LObjIntLongTriple.MutObjIntLongTriple<T> |
second(int second) |
LObjIntLongTriple.MutObjIntLongTriple<T> |
setFirst(T first) |
LObjIntLongTriple.MutObjIntLongTriple<T> |
setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntLongTriple.MutObjIntLongTriple<T> |
setFirstIf(LPredicate<T> predicate,
T first)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntLongTriple.MutObjIntLongTriple<T> |
setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntLongTriple.MutObjIntLongTriple<T> |
setFirstIfArg(T first,
LPredicate<T> predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
<R> LObjIntLongTriple.MutObjIntLongTriple<T> |
setFirstIfArgNotNull(R arg,
LFunction<R,T> func)
Sets value derived from non-null argument, only if argument is not null.
|
LObjIntLongTriple.MutObjIntLongTriple<T> |
setSecond(int second) |
LObjIntLongTriple.MutObjIntLongTriple<T> |
setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntLongTriple.MutObjIntLongTriple<T> |
setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntLongTriple.MutObjIntLongTriple<T> |
setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntLongTriple.MutObjIntLongTriple<T> |
setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
<R> LObjIntLongTriple.MutObjIntLongTriple<T> |
setSecondIfArgNotNull(R arg,
LToIntFunction<R> func)
Sets value derived from non-null argument, only if argument is not null.
|
LObjIntLongTriple.MutObjIntLongTriple<T> |
setThird(long third) |
LObjIntLongTriple.MutObjIntLongTriple<T> |
setThirdIf(LBiLongPredicate predicate,
long third)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntLongTriple.MutObjIntLongTriple<T> |
setThirdIf(LLongPredicate predicate,
long third)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntLongTriple.MutObjIntLongTriple<T> |
setThirdIf(long third,
LBiLongPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntLongTriple.MutObjIntLongTriple<T> |
setThirdIfArg(long third,
LLongPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
<R> LObjIntLongTriple.MutObjIntLongTriple<T> |
setThirdIfArgNotNull(R arg,
LToLongFunction<R> func)
Sets value derived from non-null argument, only if argument is not null.
|
long |
third() |
LObjIntLongTriple.MutObjIntLongTriple<T> |
third(long third) |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitargEquals, argEquals, argHashCode, get, iterator, size, valueargEquals, argEquals, argHashCodeargHashCodepublic MutObjIntLongTriple(T a1, int a2, long a3)
public static <T> LObjIntLongTriple.MutObjIntLongTriple<T> of(T a1, int a2, long a3)
public static <T> LObjIntLongTriple.MutObjIntLongTriple<T> copyOf(LObjIntLongTriple<T> tuple)
public T first()
public LObjIntLongTriple.MutObjIntLongTriple<T> first(T first)
public int second()
public LObjIntLongTriple.MutObjIntLongTriple<T> second(int second)
public long third()
public LObjIntLongTriple.MutObjIntLongTriple<T> third(long third)
public LObjIntLongTriple.MutObjIntLongTriple<T> setFirst(T first)
public LObjIntLongTriple.MutObjIntLongTriple<T> setFirstIfArg(T first, LPredicate<T> predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
public <R> LObjIntLongTriple.MutObjIntLongTriple<T> setFirstIfArgNotNull(R arg, LFunction<R,T> func)
Sets value derived from non-null argument, only if argument is not null.
public LObjIntLongTriple.MutObjIntLongTriple<T> setFirstIf(LPredicate<T> predicate, T first)
Sets value if predicate(current) OR current::predicate is true
public LObjIntLongTriple.MutObjIntLongTriple<T> setFirstIf(T first, LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
public LObjIntLongTriple.MutObjIntLongTriple<T> setFirstIf(LBiPredicate<T,T> predicate, T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
public LObjIntLongTriple.MutObjIntLongTriple<T> setSecond(int second)
public LObjIntLongTriple.MutObjIntLongTriple<T> setSecondIfArg(int second, LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
public <R> LObjIntLongTriple.MutObjIntLongTriple<T> setSecondIfArgNotNull(R arg, LToIntFunction<R> func)
Sets value derived from non-null argument, only if argument is not null.
public LObjIntLongTriple.MutObjIntLongTriple<T> setSecondIf(LIntPredicate predicate, int second)
Sets value if predicate(current) OR current::predicate is true
public LObjIntLongTriple.MutObjIntLongTriple<T> setSecondIf(int second, LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
public LObjIntLongTriple.MutObjIntLongTriple<T> setSecondIf(LBiIntPredicate predicate, int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
public LObjIntLongTriple.MutObjIntLongTriple<T> setThird(long third)
public LObjIntLongTriple.MutObjIntLongTriple<T> setThirdIfArg(long third, LLongPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
public <R> LObjIntLongTriple.MutObjIntLongTriple<T> setThirdIfArgNotNull(R arg, LToLongFunction<R> func)
Sets value derived from non-null argument, only if argument is not null.
public LObjIntLongTriple.MutObjIntLongTriple<T> setThirdIf(LLongPredicate predicate, long third)
Sets value if predicate(current) OR current::predicate is true
public LObjIntLongTriple.MutObjIntLongTriple<T> setThirdIf(long third, LBiLongPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
public LObjIntLongTriple.MutObjIntLongTriple<T> setThirdIf(LBiLongPredicate predicate, long third)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
public void reset()
Copyright © 2019. All rights reserved.