Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutablePair
Packages that use ImmutablePair
-
Uses of ImmutablePair in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutablePairModifier and TypeMethodDescriptionImmutablePair.Builder.build()Builds a newImmutablePair.static <L,R> ImmutablePair <L, R> Creates an immutable copy of aPairvalue.static <L,R> ImmutablePair <L, R> ImmutablePair.of(L left, R right) Construct a new immutablePairinstance.final ImmutablePair<L, R> Copy the current immutable object by setting a value for theleftattribute.final ImmutablePair<L, R> Copy the current immutable object by setting a value for therightattribute.