T
- - the element type.public class CachedSet<T> extends CachedCollection<T> implements java.util.Set<T>
cache, delegate
Constructor and Description |
---|
CachedSet(java.util.Set<T> delegate)
Construct a cached set from the given delegate.
|
add, addAll, clear, contains, containsAll, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
public CachedSet(java.util.Set<T> delegate)
delegate
- - the set delegate.