Class UnlockedHashMap.TableIterator

    • Constructor Summary

      Constructors 
      Constructor Description
      TableIterator()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract UnlockedHashMap.Item<K,​V> next()  
      (package private) abstract V nextValue()  
      • 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

      • TableIterator

        TableIterator()
    • Method Detail

      • next

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

        abstract V nextValue()