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