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