protected class ConcurrentReaderHashMap.HashIterator
| Modifiers | Name | Description |
|---|---|---|
protected Object |
currentKey |
|
protected Object |
currentValue |
|
protected Entry |
entry |
|
protected int |
index |
|
protected Entry |
lastReturned |
|
protected Entry[] |
tab |
| Constructor and description |
|---|
protected ConcurrentReaderHashMap.HashIterator
() |
| Type | Name and description |
|---|---|
boolean |
hasMoreElements() |
boolean |
hasNext() |
Object |
next() |
Object |
nextElement() |
void |
remove() |
protected Object |
returnValueOfNext() |
Copyright © 2003-2014 The Codehaus. All rights reserved.