[Java] Class ConcurrentReaderHashMap.HashIterator

  • org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
All Implemented Interfaces and Traits:
Iterator, Enumeration
protected class ConcurrentReaderHashMap.HashIterator

Field Summary

Fields
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

Constructors
Constructor and description
protected HashIterator ()

Methods Summary

Methods
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

Inherited Methods
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()