Uses of Interface
io.dialob.program.expr.arith.Pair
-
Packages that use Pair Package Description io.dialob.program.expr.arith -
-
Uses of Pair in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement Pair Modifier and Type Class Description classImmutablePair<L,R>Immutable implementation ofPair.Methods in io.dialob.program.expr.arith that return types with arguments of type Pair Modifier and Type Method Description List<Pair<Expression,T>>ConditionalListOperator. getItems()com.google.common.collect.ImmutableList<Pair<Expression,T>>ImmutableConditionalListOperator. getItems()Methods in io.dialob.program.expr.arith with parameters of type Pair Modifier and Type Method Description ImmutableConditionalListOperator.Builder<T>ImmutableConditionalListOperator.Builder. addItems(Pair<Expression,T> element)Adds one element toitemslist.ImmutableConditionalListOperator.Builder<T>ImmutableConditionalListOperator.Builder. addItems(Pair<Expression,T>... elements)Adds elements toitemslist.static <L,R>
ImmutablePair<L,R>ImmutablePair. copyOf(Pair<L,R> instance)Creates an immutable copy of aPairvalue.ImmutablePair.Builder<L,R>ImmutablePair.Builder. from(Pair<L,R> instance)Fill a builder with attribute values from the providedPairinstance.ImmutableConditionalListOperator<T>ImmutableConditionalListOperator. withItems(Pair<Expression,T>... elements)Copy the current immutable object with elements that replace the content ofitems.Method parameters in io.dialob.program.expr.arith with type arguments of type Pair Modifier and Type Method Description ImmutableConditionalListOperator.Builder<T>ImmutableConditionalListOperator.Builder. addAllItems(Iterable<? extends Pair<Expression,T>> elements)Adds elements toitemslist.ImmutableConditionalListOperator.Builder<T>ImmutableConditionalListOperator.Builder. items(Iterable<? extends Pair<Expression,T>> elements)Sets or replaces all elements foritemslist.ImmutableConditionalListOperator<T>ImmutableConditionalListOperator. withItems(Iterable<? extends Pair<Expression,T>> elements)Copy the current immutable object with elements that replace the content ofitems.
-