org.jacorb.notification.util
public class WeakHashSet extends Object implements Set
Version: $Id: WeakHashSet.java,v 1.1 2005/02/14 00:13:05 alphonse.bendt Exp $
| Method Summary | |
|---|---|
| boolean | add(Object o) |
| boolean | addAll(Collection c) |
| void | clear() |
| boolean | contains(Object o) |
| boolean | containsAll(Collection c) |
| boolean | isEmpty() |
| Iterator | iterator() |
| boolean | remove(Object o) |
| boolean | removeAll(Collection c) |
| boolean | retainAll(Collection c) |
| int | size() |
| Object[] | toArray() |
| Object[] | toArray(Object[] a) |