Class SortedKeyIterator<K,​V>

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

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

      • SortedKeyIterator

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

      • hasNext

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

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

        public boolean hasPrevious()
      • previous

        public K previous()