protected class ConcurrentReaderHashMap.HashIterator
| 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 and description | 
|---|
| protected HashIterator
                                () | 
| 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() | 
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.