OptaPlanner core 6.0.0.CR2

org.optaplanner.core.impl.heuristic.selector.common.iterator
Class SelectionIterator<S>

java.lang.Object
  extended by org.optaplanner.core.impl.heuristic.selector.common.iterator.SelectionIterator<S>
All Implemented Interfaces:
Iterator<S>
Direct Known Subclasses:
CachedListRandomIterator, CartesianProductMoveSelector.RandomCartesianProductMoveIterator, UnionMoveSelector.RandomUnionMoveIterator, UpcomingSelectionIterator

public abstract class SelectionIterator<S>
extends Object
implements Iterator<S>


Constructor Summary
SelectionIterator()
           
 
Method Summary
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
hasNext, next
 

Constructor Detail

SelectionIterator

public SelectionIterator()
Method Detail

remove

public void remove()
Specified by:
remove in interface Iterator<S>

OptaPlanner core 6.0.0.CR2

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.