Package io.debezium.util
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>>
-
-
Constructor Summary
Constructors Constructor Description EntrySet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontains(Object o)booleanisEmpty()Iterator<Map.Entry<K,V>>iterator()booleanremove(Object o)intsize()-
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
-
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream
-
Methods inherited from interface java.util.Set
add, addAll, containsAll, retainAll, spliterator, toArray, toArray
-
-