cz.cuni.amis.utils.astar
Class AStarHeapIterator<NODE>

Package class diagram package AStarHeapIterator
java.lang.Object
  extended by cz.cuni.amis.utils.astar.AStarHeapIterator<NODE>
All Implemented Interfaces:
Iterator

Deprecated.

@Deprecated
public class AStarHeapIterator<NODE>
extends Object
implements Iterator

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

AStarHeapIterator

public AStarHeapIterator(NODE[] myNodes,
                         int myItems,
                         AStarHeap<NODE> myHeap)
Deprecated. 
Method Detail

hasNext

public boolean hasNext()
Deprecated. 
Specified by:
hasNext in interface Iterator

next

public Object next()
Deprecated. 
Specified by:
next in interface Iterator

remove

public void remove()
Deprecated. 
Specified by:
remove in interface Iterator


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.