public class XSObjectListImpl extends Object implements XSObjectList
| Modifier and Type | Field and Description |
|---|---|
static XSObjectList |
EMPTY_LIST
An immutable empty list.
|
| Constructor and Description |
|---|
XSObjectListImpl() |
XSObjectListImpl(XSObject[] array,
int length)
Construct an XSObjectList implementation
|
public static final XSObjectList EMPTY_LIST
public XSObjectListImpl()
public XSObjectListImpl(XSObject[] array, int length)
array - the data arraylength - the number of elementspublic int getLength()
XSObjects in the list. The range of valid
child node indices is 0 to length-1 inclusive.getLength in interface XSObjectListpublic XSObject item(int index)
indexth item in the collection. The index
starts at 0. If index is greater than or equal to the
number of nodes in the list, this returns null.item in interface XSObjectListindex - index into the collection.indexth position in the
XSObjectList, or null if that is not a
valid index.public void clear()
public void add(XSObject object)
public void add(int index,
XSObject object)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.