All Packages Class Hierarchy This Package Previous Next Index
Class store.ArrayStore
java.lang.Object
|
+----store.ArrayStore
- public class ArrayStore
- extends Object
- implements STORE
-
ArrayStore()
-
-
add(Object)
-
-
addAll(Object[])
-
-
execute(FUNCTION)
-
-
growTo(int)
-
-
isEmpty()
-
-
map(FUNCTION)
-
-
remove()
-
-
shrinkTo(int)
-
-
size()
-
ArrayStore
public ArrayStore()
isEmpty
public boolean isEmpty()
growTo
protected void growTo(int newsize)
shrinkTo
protected void shrinkTo(int newsize)
add
public void add(Object o)
addAll
public void addAll(Object a[])
remove
public Object remove()
size
public int size()
execute
public void execute(FUNCTION f)
map
public STORE map(FUNCTION f)
All Packages Class Hierarchy This Package Previous Next Index
Imprint | Data Protection