com.cyclops.dbdigger.util
Class ArraySet
java.lang.Object
java.util.AbstractCollection
java.util.AbstractSet
java.util.HashSet
com.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
|
Method Summary |
boolean |
add(Object o)
Override method add() of super class |
Iterator |
iterator()
Override method iterator() of super class |
ArraySet
public ArraySet()
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.