Class OT.NodeSet
All Packages Class Hierarchy This Package Previous Next Index
Class OT.NodeSet
java.lang.Object
|
+----java.util.Dictionary
|
+----java.util.Hashtable
|
+----OT.NodeSet
- public class NodeSet
- extends Hashtable
Set of Nodes.
- Version:
- 1998-11-26
- Author:
- Andrea Heiberg, University of Arizona
- See Also:
- Node
-
NodeSet()
-
-
copy()
-
-
getFeatureTypes()
- Return unique set of feature types in set.
-
NodeSet()
-
-
put(Node)
-
-
put(String, Node)
-
-
remove(Object)
-
-
toString()
-
NodeSet
public NodeSet()
NodeSet
public void NodeSet()
copy
public NodeSet copy()
getFeatureTypes
public Hashtable getFeatureTypes()
- Return unique set of feature types in set.
put
public void put(Node node)
put
public void put(String s,
Node node)
remove
public Object remove(Object key)
- Overrides:
- remove in class Hashtable
toString
public String toString()
- Overrides:
- toString in class Hashtable
All Packages Class Hierarchy This Package Previous Next Index