|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.util.FastArray
public class FastArray extends Object
Field Summary | |
---|---|
static FastArray |
EMPTY_LIST
|
int |
size
|
Constructor Summary | |
FastArray(int initialCapacity)
|
|
FastArray()
|
|
FastArray(Collection c)
|
|
FastArray(Object[] objects)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
public static final FastArray EMPTY_LIST
public int size
Constructor Detail |
---|
public FastArray(int initialCapacity)
public FastArray()
public FastArray(Collection c)
public FastArray(Object[] objects)
Method Detail |
---|
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 copy()
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 List toList()
public String toString()
Copyright © 2003-2013 The Codehaus. All rights reserved.