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-2016 The Apache Software Foundation. All rights reserved.