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:
- java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.Set
public class GrowOnlyHashSet
- extends MapBasedSet
A GrowOnlyHashSet built on top of a GrowOnlyHashTable.
Constructor Summary |
GrowOnlyHashSet()
Constructs a new, empty set. |
GrowOnlyHashSet(java.util.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. |
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 |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Set |
addAll, containsAll, retainAll, toArray, toArray |
GrowOnlyHashSet
public GrowOnlyHashSet(java.util.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-2014 Ariba, Inc. All Rights Reserved.