Package com.google.common.cache
Class LocalCache.KeySet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<T>
-
- com.google.common.cache.LocalCache.AbstractCacheSet<K>
-
- com.google.common.cache.LocalCache.KeySet
-
- All Implemented Interfaces:
java.lang.Iterable<K>
,java.util.Collection<K>
,java.util.Set<K>
- Enclosing class:
- LocalCache<K,V>
final class LocalCache.KeySet extends LocalCache.AbstractCacheSet<K>
-
-
Constructor Summary
Constructors Constructor Description KeySet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(java.lang.Object o)
java.util.Iterator<K>
iterator()
boolean
remove(java.lang.Object o)
-
Methods inherited from class com.google.common.cache.LocalCache.AbstractCacheSet
clear, isEmpty, size, toArray, toArray
-
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, retainAll, toString
-
-
-
-
Method Detail
-
iterator
public java.util.Iterator<K> iterator()
-
contains
public boolean contains(java.lang.Object o)
-
-