ShortList
is an immutable ordered collection of
unsigned short
.
Modifier and Type | Method and Description |
---|---|
public boolean | Returns: True if this list contains theunsigned short
item .unsigned short whose presence in this list
is to be tested.Checks if the |
public int | |
public short | Returns: Theunsigned short at the index th
position in the ShortList .index into the collection. index)Returns the |
contains | back to summary |
---|---|
public boolean contains(short item) Checks if the
|
getLength | back to summary |
---|---|
public int getLength() The number of |
item | back to summary |
---|---|
public short item(int index) throws XSException Returns the
|