Package org.uddi4j

Class VectorNodeList

java.lang.Object
org.uddi4j.VectorNodeList
All Implemented Interfaces:
NodeList

public class VectorNodeList extends Object implements NodeList
  • Constructor Details

    • VectorNodeList

      public VectorNodeList(Vector v)
  • Method Details

    • getVector

      public Vector getVector()
    • item

      public Node item(int index)
      Returns the indexth item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null.
      Specified by:
      item in interface NodeList
      Parameters:
      index - Index item into the collection.
      Returns:
      The node at the indexth position in the NodeList, or null, if that index is not a valid.
    • getLength

      public int getLength()
      The number of nodes in the list. The range of valid child node indices is 0 to length-1, inclusive.
      Specified by:
      getLength in interface NodeList