public static class CheapTimePillarSlideMoveIteratorFactory.RandomCheapTimePillarSlideMoveIterator extends Object implements Iterator<CheapTimePillarSlideMove>
Constructor and Description |
---|
RandomCheapTimePillarSlideMoveIterator(List<List<TaskAssignment>> positivePillarList,
List<List<TaskAssignment>> negativePillarList,
Random workingRandom) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
CheapTimePillarSlideMove |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public RandomCheapTimePillarSlideMoveIterator(List<List<TaskAssignment>> positivePillarList, List<List<TaskAssignment>> negativePillarList, Random workingRandom)
public boolean hasNext()
hasNext
in interface Iterator<CheapTimePillarSlideMove>
public CheapTimePillarSlideMove next()
next
in interface Iterator<CheapTimePillarSlideMove>
public void remove()
remove
in interface Iterator<CheapTimePillarSlideMove>
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.