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