jodd.util.ref
Class ReferenceSet<E>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by jodd.util.collection.SetMapAdapter<E>
              extended by jodd.util.ref.ReferenceSet<E>
All Implemented Interfaces:
java.lang.Iterable<E>, java.util.Collection<E>, java.util.Set<E>

public class ReferenceSet<E>
extends SetMapAdapter<E>

Reference set build over ReferenceMap.


Field Summary
 
Fields inherited from class jodd.util.collection.SetMapAdapter
map
 
Constructor Summary
ReferenceSet(ReferenceType valueReferenceType)
           
 
Method Summary
 
Methods inherited from class jodd.util.collection.SetMapAdapter
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

ReferenceSet

public ReferenceSet(ReferenceType valueReferenceType)


Copyright © 2003-2012 Jodd Team