javatools.util
Class AttrHashSet

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractSet
              |
              +--java.util.HashSet
                    |
                    +--javatools.util.AttrHashSet
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.io.Serializable, java.util.Set

public class AttrHashSet
extends java.util.HashSet

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.HashSet
 
Constructor Summary
AttrHashSet(java.util.Collection c, java.lang.reflect.Method method)
           
AttrHashSet(java.util.Collection c, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
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

AttrHashSet

public AttrHashSet(java.util.Collection c,
                   java.lang.reflect.Method method)
            throws java.lang.reflect.InvocationTargetException,
                   java.lang.IllegalAccessException

AttrHashSet

public AttrHashSet(java.util.Collection c,
                   java.lang.reflect.Method method,
                   java.lang.Object[] args)
            throws java.lang.reflect.InvocationTargetException,
                   java.lang.IllegalAccessException