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