groovyx.gpars.extra166y
Class CustomConcurrentHashMap.EntryIterator

java.lang.Object
  extended by groovyx.gpars.extra166y.CustomConcurrentHashMap.HashIterator
      extended by groovyx.gpars.extra166y.CustomConcurrentHashMap.EntryIterator
All Implemented Interfaces:
java.util.Iterator<java.util.Map.Entry<K,V>>
Enclosing class:
CustomConcurrentHashMap<K,V>

final class CustomConcurrentHashMap.EntryIterator
extends CustomConcurrentHashMap.HashIterator
implements java.util.Iterator<java.util.Map.Entry<K,V>>


Field Summary
 
Fields inherited from class groovyx.gpars.extra166y.CustomConcurrentHashMap.HashIterator
currentTable, lastKey, nextKey, nextNode, nextSegmentIndex, nextTableIndex, nextValue
 
Constructor Summary
CustomConcurrentHashMap.EntryIterator()
           
 
Method Summary
 java.util.Map.Entry<K,V> next()
           
 
Methods inherited from class groovyx.gpars.extra166y.CustomConcurrentHashMap.HashIterator
advance, hasNext, nextEntry, nextKey, nextValue, remove
 
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
hasNext, remove
 

Constructor Detail

CustomConcurrentHashMap.EntryIterator

CustomConcurrentHashMap.EntryIterator()
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>>

Copyright © 2008–2012 Václav Pech. All Rights Reserved.