Class KeysIterator<K,​V>

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

    class KeysIterator<K,​V>
    extends TreeIterator<K,​V,​K>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private KeyFunction<K,​V> kf  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected K 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