org.apache.xerces.impl.xs.util
Class ShortListImpl
java.lang.Objectorg.apache.xerces.impl.xs.util.ShortListImpl
- org.apache.xerces.xs.ShortList
public class ShortListImpl
extends java.lang.Object
implements org.apache.xerces.xs.ShortList
Containts a list of Object's.
$Id: ShortListImpl.java 446723 2006-09-15 20:37:45Z mrglavas $static org.apache.xerces.xs.ShortList | EMPTY_LIST- An immutable empty list.
|
ShortListImpl(short[] array, int length)- Construct an XSObjectList implementation
|
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)
|
EMPTY_LIST
public static final org.apache.xerces.xs.ShortList EMPTY_LIST
An immutable empty list.
ShortListImpl
public ShortListImpl(short[] array,
int length) Construct an XSObjectList implementation
array - the data arraylength - the number of elements
contains
public boolean contains(short item)
Checks if the unsigned short item is a
member of this list.
- contains in interface org.apache.xerces.xs.ShortList
item - unsigned short whose presence in this list
is to be tested.
- True if this list contains the
unsigned short
item.
equals
public boolean equals(Object obj)
getLength
public int getLength()
The number of Objects in the list. The range of valid
child node indices is 0 to length-1 inclusive.
- getLength in interface org.apache.xerces.xs.ShortList
item
public short item(int index)
throws org.apache.xerces.xs.XSException- item in interface org.apache.xerces.xs.ShortList
Copyright B) 1999-2007 The Apache Software Foundation. All Rights Reserved.