Class SortedItemIterator<K,V>

java.lang.Object
net.anwiba.commons.lang.tree.iterator.SortedItemIterator<K,V>
All Implemented Interfaces:
Iterator<IItem<K,V>>, IObjectIterator<IItem<K,V>>

public final class SortedItemIterator<K,V> extends Object implements IObjectIterator<IItem<K,V>>
  • Constructor Details

    • SortedItemIterator

      public SortedItemIterator(ITreeItem<K,V> item)
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<K>
    • next

      public IItem<K,V> next()
      Specified by:
      next in interface Iterator<K>
    • hasPrevious

      public boolean hasPrevious()
    • previous

      public IItem<K,V> previous()