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 Params | Return Type | Name and description | 
|---|---|---|
|  | boolean | hasMoreElements() | 
|  | boolean | hasNext() | 
|  | Object | next() | 
|  | Object | nextElement() | 
|  | void | remove() | 
|  | protected Object | returnValueOfNext() | 
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.