org.codehaus.groovy.runtime.metaclass
Class ConcurrentReaderHashMap.KeyIterator

java.lang.Object
  extended by org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
      extended by org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.KeyIterator
All Implemented Interfaces:
Enumeration, Iterator
Enclosing class:
ConcurrentReaderHashMap

protected class ConcurrentReaderHashMap.KeyIterator
extends ConcurrentReaderHashMap.HashIterator


Field Summary
Modifier and Type Field and Description
 
Fields inherited from class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
currentKey, currentValue, entry, index, lastReturned, tab
 
Constructor Summary
Modifier Constructor and Description
protected ConcurrentReaderHashMap.KeyIterator()
           
 
Method Summary
Modifier and Type Method and Description
protected  Object returnValueOfNext()
           
 
Methods inherited from class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
hasMoreElements, hasNext, next, nextElement, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcurrentReaderHashMap.KeyIterator

protected ConcurrentReaderHashMap.KeyIterator()
Method Detail

returnValueOfNext

protected Object returnValueOfNext()
Overrides:
returnValueOfNext in class ConcurrentReaderHashMap.HashIterator

Copyright © 2003-2010 The Codehaus. All rights reserved.