Package org.optaplanner.core.impl.util
Interface MutablePair<A,B>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static <A,B>
MutablePair<A,B>of(A key, B value)
MutablePair<A,B>
setKey(A key)
MutablePair<A,B>
setValue(B value)
-
-
-
Method Detail
-
of
static <A,B> MutablePair<A,B> of(A key, B value)
-
setKey
MutablePair<A,B> setKey(A key)
-
setValue
MutablePair<A,B> setValue(B value)
-
-