Package io.debezium.util
Class BoundedConcurrentHashMap.KeyIterator
java.lang.Object
BoundedConcurrentHashMap<K,V>.HashIterator
io.debezium.util.BoundedConcurrentHashMap.KeyIterator
- All Implemented Interfaces:
Enumeration<K>,Iterator<K>
- Enclosing class:
- BoundedConcurrentHashMap<K,
V>
final class BoundedConcurrentHashMap.KeyIterator
extends BoundedConcurrentHashMap<K,V>.HashIterator
implements Iterator<K>, Enumeration<K>
-
Field Summary
Fields inherited from class io.debezium.util.BoundedConcurrentHashMap.HashIterator
currentTable, lastReturned, nextEntry, nextSegmentIndex, nextTableIndex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.util.BoundedConcurrentHashMap.HashIterator
advance, hasMoreElements, hasNext, nextEntry, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Enumeration
asIterator, hasMoreElementsMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, remove
-
Constructor Details
-
KeyIterator
KeyIterator()
-
-
Method Details
-
next
-
nextElement
- Specified by:
nextElementin interfaceEnumeration<K>
-