final class BoundedConcurrentHashMap.ValueIterator extends BoundedConcurrentHashMap.HashIterator implements Iterator<V>, Enumeration<V>
currentTable, lastReturned, nextEntry, nextSegmentIndex, nextTableIndex| Constructor and Description |
|---|
ValueIterator() |
| Modifier and Type | Method and Description |
|---|---|
V |
next() |
V |
nextElement() |
advance, hasMoreElements, hasNext, nextEntry, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, hasNext, removehasMoreElementspublic V nextElement()
nextElement in interface Enumeration<V>Copyright © 2021 JBoss by Red Hat. All rights reserved.