cz.cuni.amis.utils.astar
Class AStarHeapIterator<NODE>
java.lang.Object
cz.cuni.amis.utils.astar.AStarHeapIterator<NODE>
- All Implemented Interfaces:
- Iterator
public class AStarHeapIterator<NODE>
- extends Object
- implements Iterator
Clasical iterator for AStarHeap.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AStarHeapIterator
public AStarHeapIterator(NODE[] myNodes,
int myItems,
AStarHeap<NODE> myHeap)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.