Class SortedValueIterator<K,V>

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

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

    • SortedValueIterator

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

    • hasNext

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

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

      public boolean hasPrevious()
    • previous

      public V previous()