Class UnboundedLocalCache.EntrySetView<K,V>
java.lang.Object
java.util.AbstractCollection<Map.Entry<K,V>>
java.util.AbstractSet<Map.Entry<K,V>>
com.github.benmanes.caffeine.cache.UnboundedLocalCache.EntrySetView<K,V>
- All Implemented Interfaces:
Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K, V>>, Set<Map.Entry<K, V>>
- Enclosing class:
UnboundedLocalCache<K,V>
An adapter to safely externalize the entries.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSet
equals, hashCode, removeAllMethods inherited from class AbstractCollection
add, addAll, containsAll, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, stream, toArray
-
Field Details
-
cache
-
-
Constructor Details
-
EntrySetView
EntrySetView(UnboundedLocalCache<K, V> cache)
-
-
Method Details
-
isEmpty
-
size
-
clear
-
contains
-
remove
-
removeIf
-
iterator
-
spliterator
-