Package com.google.common.cache
Class LocalCache.KeySet
java.lang.Object
java.util.AbstractCollection<K>
java.util.AbstractSet<K>
LocalCache<K,V>.com.google.common.cache.LocalCache.AbstractCacheSet<K>
com.google.common.cache.LocalCache.KeySet
- All Implemented Interfaces:
Iterable<K>
,Collection<K>
,Set<K>
- Enclosing class:
LocalCache<K,
V>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.cache.LocalCache.AbstractCacheSet
clear, isEmpty, size
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.Set
add, addAll, containsAll, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
KeySet
KeySet()
-
-
Method Details
-
iterator
-
contains
- Specified by:
contains
in interfaceCollection<K>
- Specified by:
contains
in interfaceSet<K>
- Overrides:
contains
in classAbstractCollection<K>
-
remove
- Specified by:
remove
in interfaceCollection<K>
- Specified by:
remove
in interfaceSet<K>
- Overrides:
remove
in classAbstractCollection<K>
-