Class SelectionListIterator<S>
java.lang.Object
ai.timefold.solver.core.impl.heuristic.selector.common.iterator.SelectionListIterator<S>
- All Implemented Interfaces:
Iterator<S>,ListIterator<S>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemainingMethods inherited from interface java.util.ListIterator
hasNext, hasPrevious, next, nextIndex, previous, previousIndex
-
Constructor Details
-
SelectionListIterator
public SelectionListIterator()
-
-
Method Details
-
remove
public void remove() -
set
- Specified by:
setin interfaceListIterator<S>
-
add
- Specified by:
addin interfaceListIterator<S>
-