Package org.optaplanner.core.impl.util
Interface Pair<A,B>
- 
- All Known Subinterfaces:
 MutablePair<A,B>
public interface Pair<A,B> 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description AgetKey()BgetValue()static <A,B>
Pair<A,B>of(A key, B value) 
 -