Class UnboundedLocalCache.KeySetView<K>

java.lang.Object
java.util.AbstractCollection<K>
java.util.AbstractSet<K>
com.github.benmanes.caffeine.cache.UnboundedLocalCache.KeySetView<K>
All Implemented Interfaces:
Iterable<K>, Collection<K>, Set<K>
Enclosing class:
UnboundedLocalCache<K,V>

static final class UnboundedLocalCache.KeySetView<K> extends AbstractSet<K>
An adapter to safely externalize the keys.