| java.lang.Object net.sf.oval.internal.util.WeakHashSet
Constructor Summary | |
public | WeakHashSet() Constructs a new, empty WeakHashSet; the backing WeakHashMap instance has
default initial capacity (16) and load factor (0.75). | public | WeakHashSet(int initialCapacity) Constructs a new, empty WeakHashSet; the backing WeakHashMap instance has
the given initial capacity and the default load factor (0.75). |
WeakHashSet | public WeakHashSet()(Code) | | Constructs a new, empty WeakHashSet; the backing WeakHashMap instance has
default initial capacity (16) and load factor (0.75).
|
WeakHashSet | public WeakHashSet(int initialCapacity)(Code) | | Constructs a new, empty WeakHashSet; the backing WeakHashMap instance has
the given initial capacity and the default load factor (0.75).
|
add | public boolean add(E o)(Code) | | |
clear | public void clear()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
toArray | public T[] toArray(T[] a)(Code) | | |
|
|