Package org.uddi4j
Class VectorNodeList
java.lang.Object
org.uddi4j.VectorNodeList
- All Implemented Interfaces:
NodeList
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VectorNodeList
-
-
Method Details
-
getVector
-
item
Returns theindex
th item in the collection. Ifindex
is greater than or equal to the number of nodes in the list, this returnsnull
. -
getLength
public int getLength()The number of nodes in the list. The range of valid child node indices is 0 tolength-1
, inclusive.
-