com.gridsystems.beanfilter
Class AllItemsHashSet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet<java.lang.Object>
              extended by com.gridsystems.beanfilter.AllItemsHashSet
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<java.lang.Object>, java.util.Collection<java.lang.Object>, java.util.Set<java.lang.Object>

public class AllItemsHashSet
extends java.util.HashSet<java.lang.Object>

Set to indicate that operations with this set must pass over all items.

Version:
1.0
Author:
Xmas
See Also:
Serialized Form

Constructor Summary
AllItemsHashSet()
          Public constructor.
AllItemsHashSet(int originalSize)
           
 
Method Summary
 int getOriginalSize()
           
 
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

AllItemsHashSet

public AllItemsHashSet()
Public constructor.


AllItemsHashSet

public AllItemsHashSet(int originalSize)
Parameters:
originalSize - Original size.
Method Detail

getOriginalSize

public int getOriginalSize()
Returns:
Returns the originalSize.


Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.