Uses of Class
com.senn.magic.collections.GeneralSetFromMap

Packages that use GeneralSetFromMap
com.senn.magic.collections This package contains collection classes. 
 

Uses of GeneralSetFromMap in com.senn.magic.collections
 

Subclasses of GeneralSetFromMap in com.senn.magic.collections
 class ConcurrentHashSet<S>
          Set-implementation for ConcurrentHashMap.
 class IdentityHashSet<S>
          Set-implementation for IdentityHashMap.
 class WeakHashSet<S>
          Set-implementation for WeakHashMap.