Package org.optaplanner.core.impl.util
Interface MutablePair<A,B> 
- Type Parameters:
 A-B-
- All Superinterfaces:
 Pair<A,B> 
A mutable key-value tuple.
 Two instances 
are equal if both values in the first instance
 are equal to their counterpart in the other instance.- 
Method Summary
 
- 
Method Details
- 
of
 - 
setKey
 - 
setValue
 
 -