|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
---|---|
FastArray |
EMPTY_LIST
|
def |
data
|
int |
size
|
Constructor Summary | |
FastArray(int initialCapacity)
|
|
FastArray()
|
|
FastArray(Collection c)
|
|
FastArray(def objects)
|
Method Summary | |
---|---|
void |
add(Object o)
|
void |
addAll(FastArray newData)
|
void |
addAll(def newData, int size)
|
void |
addAll(List coll)
|
void |
clear()
|
FastArray |
copy()
|
Object |
get(int index)
|
def |
getArray()
|
boolean |
isEmpty()
|
void |
remove(int index)
|
void |
set(int index, Object o)
|
int |
size()
|
List |
toList()
|
String |
toString()
|
Constructor Detail |
---|
public FastArray(int initialCapacity)
public FastArray()
public FastArray(Collection c)
public FastArray(def objects)
Method Detail |
---|
public void add(Object o)
public void addAll(FastArray newData)
public void addAll(def newData, int size)
public void addAll(List coll)
public void clear()
public FastArray copy()
public Object get(int index)
public def getArray()
public boolean isEmpty()
public void remove(int index)
public void set(int index, Object o)
public int size()
public List toList()
public String toString()