Class ValuesIterator<K,​V>

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

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

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