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 | 
                            get(int index) | 
                        
 | 
                            Object[] | 
                            getArray() | 
                        
 | 
                            boolean | 
                            isEmpty() | 
                        
 | 
                            void | 
                            remove(int index) | 
                        
 | 
                            void | 
                            set(int index, Object o) | 
                        
 | 
                            int | 
                            size() | 
                        
 | 
                            int | 
                            size() | 
                        
 | 
                            List | 
                            toList() | 
                        
 | 
                            String | 
                            toString() | 
                        
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.