Uses of Interface
ai.timefold.solver.core.impl.util.Pair
-
Packages that use Pair Package Description ai.timefold.solver.core.impl.partitionedsearch.scope ai.timefold.solver.core.impl.util -
-
Uses of Pair in ai.timefold.solver.core.impl.partitionedsearch.scope
Constructor parameters in ai.timefold.solver.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 ai.timefold.solver.core.impl.util
Subinterfaces of Pair in ai.timefold.solver.core.impl.util Modifier and Type Interface Description interfaceMutablePair<A,B>A mutable key-value tuple.Methods in ai.timefold.solver.core.impl.util that return Pair Modifier and Type Method Description static <A,B>
Pair<A,B>Pair. of(A key, B value)
-