org.jboss.messaging.util
Class WeakHashSet<Key>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<Key>
          extended by org.jboss.messaging.util.AbstractHashSet<Key>
              extended by org.jboss.messaging.util.WeakHashSet<Key>
All Implemented Interfaces:
java.lang.Iterable<Key>, java.util.Collection<Key>, java.util.Set<Key>

public class WeakHashSet<Key>
extends AbstractHashSet<Key>

Version:
$Revision: 3092 $ $Id: WeakHashSet.java 3092 2007-09-10 21:42:30Z clebert.suconic@jboss.com $
Author:
Clebert Suconic

Constructor Summary
WeakHashSet()
           
 
Method Summary
protected  java.util.Map buildInternalHashMap()
           
 
Methods inherited from class org.jboss.messaging.util.AbstractHashSet
add, clear, 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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, containsAll, retainAll, toArray, toArray
 

Constructor Detail

WeakHashSet

public WeakHashSet()
Method Detail

buildInternalHashMap

protected java.util.Map buildInternalHashMap()
Specified by:
buildInternalHashMap in class AbstractHashSet<Key>


Copyright © 2006 JBoss Inc. All Rights Reserved.