Methods Summary |
---|
public boolean | contains(byte item)Checks if the byte item is a
member of this list.
|
public int | getLength()The number of byte s in the list. The range of
valid child object indices is 0 to length-1 inclusive.
|
public byte | item(int index)Returns the index th item in the collection. The index
starts at 0.
|