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

Constructor Index

 o NodeSet()

Method Index

 o copy()
 o getFeatureTypes()
Return unique set of feature types in set.
 o NodeSet()
 o put(Node)
 o put(String, Node)
 o remove(Object)
 o toString()

Constructors

 o NodeSet
  public NodeSet()

Methods

 o NodeSet
  public void NodeSet()
 o copy
  public NodeSet copy()
 o getFeatureTypes
  public Hashtable getFeatureTypes()
Return unique set of feature types in set.
 o put
  public void put(Node node)
 o put
  public void put(String s,
                  Node node)
 o remove
  public Object remove(Object key)
Overrides:
remove in class Hashtable
 o toString
  public String toString()
Overrides:
toString in class Hashtable

All Packages  Class Hierarchy  This Package  Previous  Next  Index