[Java] Class ConcurrentReaderHashMap.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 Map.Entry | entry | |
protected int | index | |
protected Map.Entry | lastReturned | |
protected Map.Entry[] | tab |
Constructor Summary
Constructor and description |
---|
protected HashIterator
() |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public boolean |
hasMoreElements() | |
public boolean |
hasNext() | |
public Object |
next() | |
public Object |
nextElement() | |
public 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 Map.Entry entry
protected int index
protected Map.Entry lastReturned
protected final Map.Entry[] tab
Constructor Detail
protected 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/3.0.7/html/gapi/org/codehaus/groovy/runtime/metaclass/ConcurrentReaderHashMap.HashIterator.html