Class SortedValueIterator<K,​V>

  • All Implemented Interfaces:
    java.util.Iterator<V>, IObjectIterator<V>

    public final class SortedValueIterator<K,​V>
    extends java.lang.Object
    implements IObjectIterator<V>
    • Constructor Detail

      • SortedValueIterator

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

      • hasNext

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

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

        public boolean hasPrevious()
      • previous

        public V previous()