|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
protected class ConcurrentReaderHashMap.HashIterator
Field Summary | |
---|---|
protected Object |
currentKey
|
protected Object |
currentValue
|
protected Entry |
entry
|
protected int |
index
|
protected Entry |
lastReturned
|
protected Entry[] |
tab
|
Constructor Summary | |
protected ConcurrentReaderHashMap.HashIterator()
|
Method Summary | |
---|---|
boolean
|
hasMoreElements()
|
boolean
|
hasNext()
|
Object
|
next()
|
Object
|
nextElement()
|
void
|
remove()
|
protected Object
|
returnValueOfNext()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
protected Object currentKey
protected Object currentValue
protected Entry entry
protected int index
protected Entry lastReturned
protected final Entry[] tab
Constructor Detail |
---|
protected ConcurrentReaderHashMap.HashIterator()
Method Detail |
---|
public boolean hasMoreElements()
public boolean hasNext()
public Object next()
public Object nextElement()
public void remove()
protected Object returnValueOfNext()
Copyright © 2003-2013 The Codehaus. All rights reserved.