Class EntriesIterator<K,​V>

  • All Implemented Interfaces:
    java.util.Iterator<Pair<K,​V>>

    class EntriesIterator<K,​V>
    extends TreeIterator<K,​V,​Pair<K,​V>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Pair<K,​V> nextResult​(Tree<K,​V> tree)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining