public static final class LObjIntByteTriple.MutCompObjIntByteTriple<T extends Comparable<T>> extends LObjIntByteTriple.AbstractObjIntByteTriple<T> implements LObjIntByteTriple.ComparableObjIntByteTriple<T>
Mutable, comparable tuple.
LObjIntByteTriple.AbstractObjIntByteTriple<T>, LObjIntByteTriple.ComparableObjIntByteTriple<T extends Comparable<T>>, LObjIntByteTriple.ImmCompObjIntByteTriple<T extends Comparable<T>>, LObjIntByteTriple.ImmObjIntByteTriple<T>, LObjIntByteTriple.MutCompObjIntByteTriple<T extends Comparable<T>>, LObjIntByteTriple.MutObjIntByteTriple<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 |
|---|
MutCompObjIntByteTriple(T a1,
int a2,
byte a3) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Comparable<T>> |
copyOf(LObjIntByteTriple<T> tuple) |
T |
first() |
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
first(T first) |
static <T extends Comparable<T>> |
of(T a1,
int a2,
byte a3) |
void |
reset() |
int |
second() |
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
second(int second) |
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
setFirst(T first) |
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
setFirstIf(LBiPredicate<T,T> predicate,
T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
setFirstIf(LPredicate<T> predicate,
T first)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
setFirstIf(T first,
LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
setFirstIfArg(T first,
LPredicate<T> predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
<R> LObjIntByteTriple.MutCompObjIntByteTriple<T> |
setFirstIfArgNotNull(R arg,
LFunction<R,T> func)
Sets value derived from non-null argument, only if argument is not null.
|
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
setSecond(int second) |
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
setSecondIf(int second,
LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
setSecondIf(LBiIntPredicate predicate,
int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
setSecondIf(LIntPredicate predicate,
int second)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
setSecondIfArg(int second,
LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
<R> LObjIntByteTriple.MutCompObjIntByteTriple<T> |
setSecondIfArgNotNull(R arg,
LToIntFunction<R> func)
Sets value derived from non-null argument, only if argument is not null.
|
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
setThird(byte third) |
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
setThirdIf(byte third,
LBiBytePredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
|
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
setThirdIf(LBiBytePredicate predicate,
byte third)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
|
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
setThirdIf(LBytePredicate predicate,
byte third)
Sets value if predicate(current) OR current::predicate is true
|
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
setThirdIfArg(byte third,
LBytePredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
|
<R> LObjIntByteTriple.MutCompObjIntByteTriple<T> |
setThirdIfArgNotNull(R arg,
LToByteFunction<R> func)
Sets value derived from non-null argument, only if argument is not null.
|
byte |
third() |
LObjIntByteTriple.MutCompObjIntByteTriple<T> |
third(byte third) |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareToargEquals, argEquals, argHashCode, get, iterator, size, valueargEquals, argEquals, argHashCodeargHashCodepublic MutCompObjIntByteTriple(T a1, int a2, byte a3)
public static <T extends Comparable<T>> LObjIntByteTriple.MutCompObjIntByteTriple<T> of(T a1, int a2, byte a3)
public static <T extends Comparable<T>> LObjIntByteTriple.MutCompObjIntByteTriple<T> copyOf(LObjIntByteTriple<T> tuple)
public T first()
first in interface LObjIntByteTriple<T extends Comparable<T>>first in interface LObjIntPair<T extends Comparable<T>>first in interface LSingle<T extends Comparable<T>>public LObjIntByteTriple.MutCompObjIntByteTriple<T> first(T first)
public int second()
second in interface LObjIntByteTriple<T extends Comparable<T>>second in interface LObjIntPair<T extends Comparable<T>>public LObjIntByteTriple.MutCompObjIntByteTriple<T> second(int second)
public byte third()
third in interface LObjIntByteTriple<T extends Comparable<T>>public LObjIntByteTriple.MutCompObjIntByteTriple<T> third(byte third)
public LObjIntByteTriple.MutCompObjIntByteTriple<T> setFirst(T first)
public LObjIntByteTriple.MutCompObjIntByteTriple<T> setFirstIfArg(T first, LPredicate<T> predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
public <R> LObjIntByteTriple.MutCompObjIntByteTriple<T> setFirstIfArgNotNull(R arg, LFunction<R,T> func)
Sets value derived from non-null argument, only if argument is not null.
public LObjIntByteTriple.MutCompObjIntByteTriple<T> setFirstIf(LPredicate<T> predicate, T first)
Sets value if predicate(current) OR current::predicate is true
public LObjIntByteTriple.MutCompObjIntByteTriple<T> setFirstIf(T first, LBiPredicate<T,T> predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
public LObjIntByteTriple.MutCompObjIntByteTriple<T> setFirstIf(LBiPredicate<T,T> predicate, T first)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
public LObjIntByteTriple.MutCompObjIntByteTriple<T> setSecond(int second)
public LObjIntByteTriple.MutCompObjIntByteTriple<T> setSecondIfArg(int second, LIntPredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
public <R> LObjIntByteTriple.MutCompObjIntByteTriple<T> setSecondIfArgNotNull(R arg, LToIntFunction<R> func)
Sets value derived from non-null argument, only if argument is not null.
public LObjIntByteTriple.MutCompObjIntByteTriple<T> setSecondIf(LIntPredicate predicate, int second)
Sets value if predicate(current) OR current::predicate is true
public LObjIntByteTriple.MutCompObjIntByteTriple<T> setSecondIf(int second, LBiIntPredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
public LObjIntByteTriple.MutCompObjIntByteTriple<T> setSecondIf(LBiIntPredicate predicate, int second)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
public LObjIntByteTriple.MutCompObjIntByteTriple<T> setThird(byte third)
public LObjIntByteTriple.MutCompObjIntByteTriple<T> setThirdIfArg(byte third, LBytePredicate predicate)
Sets value if predicate(newValue) OR newValue::predicate is true
public <R> LObjIntByteTriple.MutCompObjIntByteTriple<T> setThirdIfArgNotNull(R arg, LToByteFunction<R> func)
Sets value derived from non-null argument, only if argument is not null.
public LObjIntByteTriple.MutCompObjIntByteTriple<T> setThirdIf(LBytePredicate predicate, byte third)
Sets value if predicate(current) OR current::predicate is true
public LObjIntByteTriple.MutCompObjIntByteTriple<T> setThirdIf(byte third, LBiBytePredicate predicate)
Sets new value if predicate predicate(newValue, current) OR newValue::something(current) is true.
public LObjIntByteTriple.MutCompObjIntByteTriple<T> setThirdIf(LBiBytePredicate predicate, byte third)
Sets new value if predicate predicate(current, newValue) OR current::something(newValue) is true.
public void reset()
Copyright © 2019. All rights reserved.