Package org.optaplanner.core.impl.util
package org.optaplanner.core.impl.util
-
ClassDescriptionAn ordered
Set
which is implemented as aArrayList
for a smallSet.size()
and aLinkedHashSet
for a bigSet.size()
.Supply whose value is pre-computed and cached the first timeMemoizingSupply.read()
is called.MutablePair<A,B> A mutable key-value tuple.MutableQuadruple<A,B, C, D> A mutable tuple of four values.MutableReference<Value_>MutableTriple<A,B, C> A mutable tuple of three values.Pair<A,B> An immutable key-value tuple.Quadruple<A,B, C, D> An immutable tuple of four values.Triple<A,B, C> An immutable tuple of three values.