| Modifiers | Name | Description | 
|---|---|---|
| static FastArray | EMPTY_LIST | |
| int | size | 
| Type | Name and description | 
|---|---|
| void | add(Object o) | 
| void | addAll(FastArray newData) | 
| void | addAll(Object[] newData, int size) | 
| void | addAll(List coll) | 
| void | clear() | 
| FastArray | copy() | 
| Object | get(int index) | 
| Object[] | getArray() | 
| boolean | isEmpty() | 
| void | remove(int index) | 
| void | set(int index, Object o) | 
| int | size() | 
| List | toList() | 
| String | toString() | 
Copyright © 2003-2016 The Apache Software Foundation. All rights reserved.