groovyx.gpars.extra166y
Class CustomConcurrentHashMap.KeyIterator

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

final class CustomConcurrentHashMap.KeyIterator
extends CustomConcurrentHashMap.HashIterator
implements java.util.Iterator<K>


Field Summary
 
Fields inherited from class groovyx.gpars.extra166y.CustomConcurrentHashMap.HashIterator
currentTable, lastKey, nextKey, nextNode, nextSegmentIndex, nextTableIndex, nextValue
 
Constructor Summary
CustomConcurrentHashMap.KeyIterator()
           
 
Method Summary
 K 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.KeyIterator

CustomConcurrentHashMap.KeyIterator()
Method Detail

next

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

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