org.cojen.util
Class WeakFlyweightSet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet
          extended by org.cojen.util.WeakCanonicalSet
              extended by org.cojen.util.WeakFlyweightSet
All Implemented Interfaces:
Iterable, Collection, Set

Deprecated. use WeakCanonicalSet instead

public class WeakFlyweightSet
extends WeakCanonicalSet

Author:
Brian S O'Neill

Constructor Summary
WeakFlyweightSet()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.cojen.util.WeakCanonicalSet
contains, equals, hashCode, iterator, put, size, toString
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, containsAll, isEmpty, remove, retainAll, toArray, toArray
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, containsAll, isEmpty, remove, retainAll, toArray, toArray
 

Constructor Detail

WeakFlyweightSet

public WeakFlyweightSet()
Deprecated. 


Copyright © 2004-2011 Brian S O'Neill. All Rights Reserved.