org.jacorb.notification.util

Class WeakHashSet

public class WeakHashSet extends Object implements Set

Version: $Id: WeakHashSet.java,v 1.1 2005/02/14 00:13:05 alphonse.bendt Exp $

Author: Alphonse Bendt

Method Summary
booleanadd(Object o)
booleanaddAll(Collection c)
voidclear()
booleancontains(Object o)
booleancontainsAll(Collection c)
booleanisEmpty()
Iteratoriterator()
booleanremove(Object o)
booleanremoveAll(Collection c)
booleanretainAll(Collection c)
intsize()
Object[]toArray()
Object[]toArray(Object[] a)

Method Detail

add

public boolean add(Object o)

addAll

public boolean addAll(Collection c)

clear

public void clear()

contains

public boolean contains(Object o)

containsAll

public boolean containsAll(Collection c)

isEmpty

public boolean isEmpty()

iterator

public Iterator iterator()

remove

public boolean remove(Object o)

removeAll

public boolean removeAll(Collection c)

retainAll

public boolean retainAll(Collection c)

size

public int size()

toArray

public Object[] toArray()

toArray

public Object[] toArray(Object[] a)