Class ListMap.EntriesIterator

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private EntriesIterator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map.Entry<K,​V> 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

      • EntriesIterator

        private EntriesIterator()
    • Method Detail

      • next

        public java.util.Map.Entry<K,​V> next()
        Specified by:
        next in interface java.util.Iterator<java.util.Map.Entry<K,​V>>