Uses of Class
net.ontopia.utils.CompactHashSet
-
Packages that use CompactHashSet Package Description net.ontopia.topicmaps.nav2.utils Provides utility classes for the Navigator Tag Libraries and Framework.net.ontopia.utils Contains utility classes and generic interfaces. -
-
Uses of CompactHashSet in net.ontopia.topicmaps.nav2.utils
Subclasses of CompactHashSet in net.ontopia.topicmaps.nav2.utils Modifier and Type Class Description protected classTreeWidget.UniversalSet -
Uses of CompactHashSet in net.ontopia.utils
Subclasses of CompactHashSet in net.ontopia.utils Modifier and Type Class Description classCompactIdentityHashSet<E>INTERNAL: This class is a specialization of the CompactHashSet class, and uses the == operator to compare objects.classSynchronizedCompactHashSet<E>INTERNAL: Extends CompactHashSet to make it synchronized.classUniqueSet<E>INTERNAL:
-