ehcache

net.sf.ehcache.util
Class LargeSet<E>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by net.sf.ehcache.util.LargeCollection<E>
          extended by net.sf.ehcache.util.LargeSet<E>
Type Parameters:
E -
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>

public abstract class LargeSet<E>
extends LargeCollection<E>
implements 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
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Constructor Detail

LargeSet

public LargeSet()

ehcache

Copyright 2001-2014, Terracotta, Inc.