ariba.util.core
Class GrowOnlyHashSet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet
          extended by ariba.util.core.MapBasedSet
              extended by 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.
 
Method Summary
 
Methods inherited from class ariba.util.core.MapBasedSet
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
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, containsAll, retainAll, toArray, toArray
 

Constructor Detail

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.