public class BreadthFirstSearchValueIterator<K,V> extends Object implements IObjectIterator<V>
| Constructor and Description |
|---|
BreadthFirstSearchValueIterator(ITreeItem<K,V> item) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
boolean |
hasPrevious() |
V |
next() |
V |
previous() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasPrevious()
hasPrevious in interface IObjectIterator<V>public V previous()
previous in interface IObjectIterator<V>Copyright © 2007–2016 Andreas Bartels. All rights reserved.