Class FastArray
java.lang.Object
org.codehaus.groovy.util.FastArray
- All Implemented Interfaces:
Cloneable
-
Field Details
-
size
public int size -
EMPTY_LIST
-
-
Constructor Details
-
FastArray
public FastArray(int initialCapacity) -
FastArray
public FastArray() -
FastArray
-
FastArray
-
-
Method Details
-
get
-
add
-
set
-
size
public int size() -
clear
public void clear() -
addAll
-
addAll
-
copy
-
isEmpty
public boolean isEmpty() -
addAll
-
remove
public void remove(int index) -
toList
-
getArray
-
toString
-