Class Flat3Map.KeySetIterator<K>

  • All Implemented Interfaces:
    java.util.Iterator<K>
    Enclosing class:
    Flat3Map<K,​V>

    static class Flat3Map.KeySetIterator<K>
    extends Flat3Map.EntryIterator<K,​java.lang.Object>
    implements java.util.Iterator<K>
    KeySetIterator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      K next()  
      • 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, hasNext, remove
    • Constructor Detail

      • KeySetIterator

        KeySetIterator​(Flat3Map<K,​?> parent)
    • Method Detail

      • next

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