|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The ByteList is an immutable ordered collection of
byte.
| Method Summary | |
|---|---|
boolean |
contains(byte item)
Checks if the byte item is a
member of this list. |
int |
getLength()
The number of bytes in the list. |
byte |
item(int index)
Returns the indexth item in the collection. |
byte[] |
toByteArray()
Construct and return a byte array for bytes contained in this list. |
| Methods inherited from interface java.util.List |
|---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Method Detail |
public int getLength()
bytes in the list. The range of
valid child object indices is 0 to length-1 inclusive.public boolean contains(byte item)
byte item is a
member of this list.item - byte whose presence in this list
is to be tested.byte
item.
public byte item(int index)
throws XSException
indexth item in the collection. The index
starts at 0.index - index into the collection.byte at the indexth
position in the ByteList.XSException - INDEX_SIZE_ERR: if index is greater than or equal to the
number of objects in the list or less than zero.public byte[] toByteArray()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||