All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----fr.inria.openmath.omapi.implementation.NodeListImpl
NodeListImpl
class provides an ordered collection of nodes.
The items in the NodeList
are accessible via an integral
index, starting from 0.
public NodeListImpl(Node parent)
public Node item(int index)
public int getLength()
All Packages Class Hierarchy This Package Previous Next Index