org.apache.xerces.impl.xs.util
public class ShortListImpl extends Object implements ShortList
Version: $Id: ShortListImpl.java,v 1.4 2005/05/16 20:07:07 mrglavas Exp $
Constructor Summary | |
---|---|
ShortListImpl(short[] array, int length)
Construct an XSObjectList implementation
|
Method Summary | |
---|---|
boolean | contains(short item)
Checks if the unsigned short item is a
member of this list. |
boolean | equals(Object obj) |
int | getLength()
The number of Objects in the list. |
short | item(int index) |
Parameters: array the data array length the number of elements
unsigned short
item
is a
member of this list.Parameters: item unsigned short
whose presence in this list
is to be tested.
Returns: True if this list contains the unsigned short
item
.
Objects
in the list. The range of valid
child node indices is 0 to length-1
inclusive.