Uses of Class
net.walend.collection.AbstractHashSet

Packages that use AbstractHashSet
net.walend.collection This package contains a collection kit. 
net.walend.lyophil.collection This package contains a persistent collection kit based on Lyophilizer. 
 

Uses of AbstractHashSet in net.walend.collection
 

Subclasses of AbstractHashSet in net.walend.collection
 class HashSet
          This implementation of Set is built on top of a Map.
 class MutableHashSet
           
 

Uses of AbstractHashSet in net.walend.lyophil.collection
 

Subclasses of AbstractHashSet in net.walend.lyophil.collection
 class AbstractHashSetOfFreezables
          An abstract HashSet that includes special methods for handling Freezables.
 class HashSetOfFreezables
           
 class MutableHashSetOfFreezables
           
 



Copyright (c) 2000, 2001, David Walend