Class MapValuesIterable<Key_,Value_>
- java.lang.Object
-
- org.optaplanner.examples.common.experimental.impl.MapValuesIterable<Key_,Value_>
-
-
Constructor Summary
Constructors Constructor Description MapValuesIterable(Map<Key_,? extends Value_> sourceMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<Value_>iterator()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-