Uses of Class
pl.poznan.put.external.dssr.ImmutablePair
-
Packages that use ImmutablePair Package Description pl.poznan.put.external.dssr -
-
Uses of ImmutablePair in pl.poznan.put.external.dssr
Methods in pl.poznan.put.external.dssr that return ImmutablePair Modifier and Type Method Description ImmutablePairImmutablePair.Builder. build()Builds a newImmutablePair.static ImmutablePairImmutablePair. copyOf(Pair instance)Creates an immutable copy of aPairvalue.ImmutablePairImmutablePair. withLw(String value)Copy the current immutable object by setting a value for thelwattribute.ImmutablePairImmutablePair. withNt1(String value)Copy the current immutable object by setting a value for thent1attribute.ImmutablePairImmutablePair. withNt2(String value)Copy the current immutable object by setting a value for thent2attribute.ImmutablePairImmutablePair. withSaenger(String value)Copy the current immutable object by setting a value for thesaengerattribute.
-