Class BoundedConcurrentHashMap.EntrySet

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<Map.Entry<K,V>>
io.debezium.util.BoundedConcurrentHashMap.EntrySet
All Implemented Interfaces:
Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K,V>>, Set<Map.Entry<K,V>>
Enclosing class:
BoundedConcurrentHashMap<K,V>

final class BoundedConcurrentHashMap.EntrySet extends AbstractSet<Map.Entry<K,V>>