[Java] Class HashIterator
- org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
- All Implemented Interfaces and Traits:
- Iterator, Enumeration
protected class ConcurrentReaderHashMap.HashIterator
Field Summary
Modifiers | Name | Description |
---|---|---|
protected Object | currentKey | |
protected Object | currentValue | |
protected Entry | entry | |
protected int | index | |
protected Entry | lastReturned | |
protected Entry[] | tab |
Constructor Summary
Constructor and description |
---|
protected ConcurrentReaderHashMap.HashIterator
() |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
boolean |
hasMoreElements() | |
boolean |
hasNext() | |
Object |
next() | |
Object |
nextElement() | |
void |
remove() | |
protected Object |
returnValueOfNext() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
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()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/runtime/metaclass/ConcurrentReaderHashMap.HashIterator.html