|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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<TopicIF> |
TopicMap.setpool
|
| 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)
|
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)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||