Class UnboundedLocalCache.EntrySpliterator<K,V>

java.lang.Object
com.github.benmanes.caffeine.cache.UnboundedLocalCache.EntrySpliterator<K,V>
All Implemented Interfaces:
Spliterator<Map.Entry<K,V>>
Enclosing class:
UnboundedLocalCache<K,V>

static final class UnboundedLocalCache.EntrySpliterator<K,V> extends Object implements Spliterator<Map.Entry<K,V>>
An adapter to safely externalize the entry spliterator.