com.cyclops.dbdigger.util
Class ArraySet

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byjava.util.HashSet
              extended bycom.cyclops.dbdigger.util.ArraySet
All Implemented Interfaces:
Cloneable, Collection, Serializable, Set

public class ArraySet
extends HashSet

Add description HERE!

Since:
2003-6-19 15:01:54
Author:
joel guo
See Also:
Serialized Form

Constructor Summary
ArraySet()
           
 
Method Summary
 boolean add(Object o)
          Override method add() of super class
 Iterator iterator()
          Override method iterator() of super class
 
Methods inherited from class java.util.HashSet
clear, clone, contains, isEmpty, 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

ArraySet

public ArraySet()
Method Detail

add

public boolean add(Object o)
Override method add() of super class

See Also:
Collection.add(java.lang.Object)

iterator

public Iterator iterator()
Override method iterator() of super class

See Also:
Collection.iterator()


Copyright © 2003 Cyclops Group. All Rights Reserved.