ariba.util.core
Class GrowOnlyHashSet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet
ariba.util.core.MapBasedSet
ariba.util.core.GrowOnlyHashSet
- All Implemented Interfaces:
- Cloneable, Iterable, Collection, Set
public class GrowOnlyHashSet
- extends MapBasedSet
A GrowOnlyHashSet built on top of a GrowOnlyHashTable.
|
Constructor Summary |
GrowOnlyHashSet()
Constructs a new, empty set. |
GrowOnlyHashSet(Collection c)
Constructs a new set containing the elements in the specified
collection. |
GrowOnlyHashSet(int initialCapacity)
Constructs a new, empty set; the backing GrowOnlyHashtable
instance has the specified initial capacity. |
GrowOnlyHashSet
public GrowOnlyHashSet(Collection c)
- Constructs a new set containing the elements in the specified
collection.
- Parameters:
c - the collection whose elements are to be placed into this set.
GrowOnlyHashSet
public GrowOnlyHashSet(int initialCapacity)
- Constructs a new, empty set; the backing GrowOnlyHashtable
instance has the specified initial capacity.
- Parameters:
initialCapacity - the initial capacity of the hash table.
GrowOnlyHashSet
public GrowOnlyHashSet()
- Constructs a new, empty set.
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.