XSObjectList
interface provides the abstraction of an
immutable ordered collection of XSObject
s, without defining
or constraining how this collection is implemented.
Modifier and Type | Method and Description |
---|---|
public int | |
public XSObject | Returns: TheXSObject at the index th
position in the XSObjectList , or null if
the index specified is not valid.index into the collection. index)Returns the |
getLength | back to summary |
---|---|
public int getLength() The number of |
item | back to summary |
---|---|
public XSObject item(int index) Returns the
|