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
protected  UniqueSet<TopicIF> VariantName.scope
           
protected  UniqueSet<TopicIF> TopicName.scope
           
protected  UniqueSet<TopicIF> TopicMap.scope
           
protected  UniqueSet<TopicIF> Topic.scope
           
protected  UniqueSet<TopicIF> Occurrence.scope
           
protected  UniqueSet<TopicIF> Association.scope
           
 UniqueSet<TopicIF> TopicMap.setpool
           
protected  UniqueSet<TopicIF> Topic.types
           
 

Uses of UniqueSet in net.ontopia.utils
 

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

Methods in net.ontopia.utils with parameters of type UniqueSet
 UniqueSet<E> UniqueSet.add(UniqueSet<E> set, java.lang.Object o, boolean dereference)
           
 void UniqueSet.dereference(UniqueSet<E> set)
           
protected  boolean UniqueSet.equalsAdd(UniqueSet<E> other, java.lang.Object o)
           
protected  boolean UniqueSet.equalsRemove(UniqueSet<E> other, java.lang.Object o)
           
 UniqueSet<E> UniqueSet.remove(UniqueSet<E> set, java.lang.Object o, boolean dereference)
           
 

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



Copyright © 2000-2012 Ontopia.