JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.optaplanner.core.impl.util.MutablePair
Packages that use
MutablePair
Package
Description
org.optaplanner.core.impl.util
Uses of
MutablePair
in
org.optaplanner.core.impl.util
Methods in
org.optaplanner.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)