Class BreadthFirstSearchValueIterator<K,V>
- java.lang.Object
-
- net.anwiba.commons.lang.tree.iterator.BreadthFirstSearchValueIterator<K,V>
-
- All Implemented Interfaces:
java.util.Iterator<V>,IObjectIterator<V>
public class BreadthFirstSearchValueIterator<K,V> extends java.lang.Object implements IObjectIterator<V>
-
-
Constructor Summary
Constructors Constructor Description BreadthFirstSearchValueIterator(ITreeItem<K,V> item)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Vnext()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectIterator
forEachRemaining, remove
-
-