Class SortedItemIterator<K,​V>

    • Constructor Detail

      • SortedItemIterator

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

      • hasNext

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

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

        public boolean hasPrevious()
      • previous

        public IItem<K,​V> previous()