Class OrderedMap.KeySetIterator<KK,​VV>

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

    private final class OrderedMap.KeySetIterator<KK,​VV>
    extends OrderedMap.KeyValueSetIterator<KK,​VV>
    implements java.util.Iterator<KK>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private KeySetIterator​(java.util.Iterator<java.util.Map.Entry<KK,​VV>> entryIter)  
    • Method Summary

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

        private KeySetIterator​(java.util.Iterator<java.util.Map.Entry<KK,​VV>> entryIter)
    • Method Detail

      • next

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