Class LocalCache.KeySet

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<T>
LocalCache<K,V>.AbstractCacheSet<K>
com.google.common.cache.LocalCache.KeySet
All Implemented Interfaces:
Iterable<K>, Collection<K>, Set<K>
Enclosing class:
LocalCache<K,V>

final class LocalCache.KeySet extends LocalCache<K,V>.AbstractCacheSet<K>