public class FastArray extends Object
| Modifiers | Name | Description | 
|---|---|---|
| static FastArray | EMPTY_LIST | |
| int | size | 
| Type Params | Return 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-2021 The Apache Software Foundation. All rights reserved.