Class SortedKeyIterator<K,V>

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

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

    • SortedKeyIterator

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

    • hasNext

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

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

      public boolean hasPrevious()
    • previous

      public K previous()