Class BoundedConcurrentHashMap.ValueIterator

java.lang.Object
BoundedConcurrentHashMap<K,V>.HashIterator
io.debezium.util.BoundedConcurrentHashMap.ValueIterator
All Implemented Interfaces:
Enumeration<V>, Iterator<V>
Enclosing class:
BoundedConcurrentHashMap<K,V>

final class BoundedConcurrentHashMap.ValueIterator extends BoundedConcurrentHashMap<K,V>.HashIterator implements Iterator<V>, Enumeration<V>
  • Constructor Details

    • ValueIterator

      ValueIterator()
  • Method Details