20 package net.sf.gridarta.model.data;
22 import java.io.Serializable;
23 import java.util.Iterator;
24 import org.jetbrains.annotations.NotNull;
25 import org.jetbrains.annotations.Nullable;
62 E
get(@NotNull String objectName);
This class manages NamedObjects, managing their tree as well as providing a method for showing a dial...
NamedTreeNode< E > getTreeRoot()
Get the object tree root.
int size()
Get the number of objects.
String getName()
Returns the tree name.
Iterator< E > iterator()
NamedObjects are iterated in Unicode (=case sensitive ASCII) order.
boolean containsKey(@NotNull String name)
Check whether an object is defined.