Class AbstractHashedMap.KeySetIterator<K>

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

    protected static class AbstractHashedMap.KeySetIterator<K>
    extends AbstractHashedMap.HashIterator<K,​java.lang.Object>
    implements java.util.Iterator<K>
    KeySet iterator.
    • Method Detail

      • next

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