org.cojen.util
Class WeakFlyweightSet<T>

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

Deprecated. use WeakCanonicalSet instead

public class WeakFlyweightSet<T>
extends WeakCanonicalSet<T>

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-2008 Brian S O'Neill. All Rights Reserved.