Uses of Class
net.ontopia.utils.UniqueSet

Packages that use UniqueSet
net.ontopia.topicmaps.impl.basic The in-memory implementation of the core topic map interfaces. 
net.ontopia.utils Contains utility classes and generic interfaces. 
 

Uses of UniqueSet in net.ontopia.topicmaps.impl.basic
 

Fields in net.ontopia.topicmaps.impl.basic declared as UniqueSet
 UniqueSet TopicMap.setpool
           
 

Uses of UniqueSet in net.ontopia.utils
 

Methods in net.ontopia.utils that return UniqueSet
 UniqueSet UniqueSet.add(UniqueSet set, java.lang.Object o, boolean dereference)
           
 UniqueSet UniqueSet.get(java.util.Set set)
          INTERNAL: Get the internal representation of a given set.
 UniqueSet UniqueSet.remove(UniqueSet set, java.lang.Object o, boolean dereference)
           
 

Methods in net.ontopia.utils with parameters of type UniqueSet
 UniqueSet UniqueSet.add(UniqueSet set, java.lang.Object o, boolean dereference)
           
 void UniqueSet.dereference(UniqueSet set)
           
 UniqueSet UniqueSet.remove(UniqueSet set, java.lang.Object o, boolean dereference)
           
 

Constructors in net.ontopia.utils with parameters of type UniqueSet
UniqueSet(UniqueSet s)
           
UniqueSet(UniqueSet s1, UniqueSet s2)
           
 



Copyright © 2000-2009 Ontopia.