Package net.sf.ehcache.util
Class LargeSet<E>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- net.sf.ehcache.util.LargeCollection<E>
-
- net.sf.ehcache.util.LargeSet<E>
-
- Type Parameters:
E-
- All Implemented Interfaces:
java.lang.Iterable<E>,java.util.Collection<E>,java.util.Set<E>
public abstract class LargeSet<E> extends LargeCollection<E> implements java.util.Set<E>
Set for holding large entries of set. The purpose is not to iterate through all entries for add and remove operations.- Author:
- Nabib El-Rahman
-
-
Constructor Summary
Constructors Constructor Description LargeSet()
-
Method Summary
-
Methods inherited from class net.sf.ehcache.util.LargeCollection
add, contains, iterator, remove, removeAll, size, sourceIterator, sourceSize
-
Methods inherited from class java.util.AbstractCollection
addAll, clear, containsAll, isEmpty, retainAll, toArray, toArray, toString
-
-