A
Set implementation with
weak elements. An entry in a
WeakSet will automatically be removed when the element is no longer in ordinary use. More precisely, the presence of an given element will not prevent the element from being discarded by the garbage collector, that is, made finalizable, finalized, and then reclaimed.
@version
$Revision: 1958 $
@author
Jason Dillon