com.gridsystems.beanfilter
Class AnyItemsHashSet

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.AnyItemsHashSet
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 AnyItemsHashSet
extends java.util.HashSet<java.lang.Object>

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

Version:
1.0
Author:
Xmas
See Also:
Serialized Form

Constructor Summary
AnyItemsHashSet()
          Public constructor.
AnyItemsHashSet(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

AnyItemsHashSet

public AnyItemsHashSet()
Public constructor.


AnyItemsHashSet

public AnyItemsHashSet(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.