Uses of Interface
org.optaplanner.core.impl.util.Pair
-
Packages that use Pair Package Description org.optaplanner.core.impl.partitionedsearch.scope org.optaplanner.core.impl.util -
-
Uses of Pair in org.optaplanner.core.impl.partitionedsearch.scope
Constructor parameters in org.optaplanner.core.impl.partitionedsearch.scope with type arguments of type Pair Constructor Description PartitionChangeMove(Map<GenuineVariableDescriptor<Solution_>,List<Pair<Object,Object>>> changeMap, int partIndex)
-
Uses of Pair in org.optaplanner.core.impl.util
Subinterfaces of Pair in org.optaplanner.core.impl.util Modifier and Type Interface Description interface
MutablePair<A,B>
A mutable key-value tuple.Methods in org.optaplanner.core.impl.util that return Pair Modifier and Type Method Description static <A,B>
Pair<A,B>Pair. of(A key, B value)
-