|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cementj.collect.ShortArrayList
public class ShortArrayList
Dynamic list for short primitives. This class does NOT implement java.util.List.
Copyright: Delta Vortex Technologies, 2002.
Constructor Summary | |
---|---|
ShortArrayList()
|
|
ShortArrayList(int initialCapacity)
|
|
ShortArrayList(int initialCapacity,
int capacityIncrement)
|
Method Summary | |
---|---|
void |
add(short value)
Adds a value to the end of the list. |
short |
get(int index)
Returns value at specified index from the list. |
int |
length()
Returns length of list. |
short[] |
toArray()
Converts list to an array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShortArrayList()
public ShortArrayList(int initialCapacity)
public ShortArrayList(int initialCapacity, int capacityIncrement)
Method Detail |
---|
public void add(short value)
value
- public short get(int index)
index
-
public short[] toArray()
public int length()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |