|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.amis.utils.astar.AStarHeapIterator<NODE>
@Deprecated public class AStarHeapIterator<NODE>
Clasical iterator for AStarHeap.
Use amis-path-finding library instead, see svn://artemis.ms.mff.cuni.cz/pogamut/trunk/project/Utils/AmisPathFinding
Constructor Summary | |
---|---|
AStarHeapIterator(NODE[] myNodes,
int myItems,
AStarHeap<NODE> myHeap)
Deprecated. |
Method Summary | |
---|---|
boolean |
hasNext()
Deprecated. |
Object |
next()
Deprecated. |
void |
remove()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AStarHeapIterator(NODE[] myNodes, int myItems, AStarHeap<NODE> myHeap)
Method Detail |
---|
public boolean hasNext()
hasNext
in interface Iterator
public Object next()
next
in interface Iterator
public void remove()
remove
in interface Iterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |