Uses of Interface
ai.timefold.solver.core.impl.util.MutablePair
-
Packages that use MutablePair Package Description ai.timefold.solver.core.impl.util -
-
Uses of MutablePair in ai.timefold.solver.core.impl.util
Methods in ai.timefold.solver.core.impl.util that return MutablePair Modifier and Type Method Description static <A,B>
MutablePair<A,B>MutablePair. of(A key, B value)MutablePair<A,B>MutablePair. setKey(A key)MutablePair<A,B>MutablePair. setValue(B value)
-