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