Uses of Class
net.ontopia.utils.UniqueSet
-
Packages that use UniqueSet Package Description 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 Modifier and Type Field Description protected UniqueSet<TopicIF>
Association. scope
protected UniqueSet<TopicIF>
Occurrence. scope
protected UniqueSet<TopicIF>
Topic. scope
protected UniqueSet<TopicIF>
TopicMap. scope
protected UniqueSet<TopicIF>
TopicName. scope
protected UniqueSet<TopicIF>
VariantName. 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 Modifier and Type Method Description UniqueSet<E>
UniqueSet. add(UniqueSet<E> set, Object o, boolean dereference)
UniqueSet<E>
UniqueSet. get(Set<E> set)
INTERNAL: Get the internal representation of a given set.UniqueSet<E>
UniqueSet. remove(UniqueSet<E> set, Object o, boolean dereference)
Methods in net.ontopia.utils with parameters of type UniqueSet Modifier and Type Method Description UniqueSet<E>
UniqueSet. add(UniqueSet<E> set, Object o, boolean dereference)
void
UniqueSet. dereference(UniqueSet<E> set)
protected boolean
UniqueSet. equalsAdd(UniqueSet<E> other, Object o)
protected boolean
UniqueSet. equalsRemove(UniqueSet<E> other, Object o)
UniqueSet<E>
UniqueSet. remove(UniqueSet<E> set, Object o, boolean dereference)
Constructors in net.ontopia.utils with parameters of type UniqueSet Constructor Description UniqueSet(UniqueSet<E> s)
UniqueSet(UniqueSet<E> s1, UniqueSet<E> s2)
-