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