Package score
Interface ArrayDB<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(E value)Eget(int index)Epop()voidremoveLast()voidset(int index, E value)intsize()
-
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(E value) |
|
E |
get(int index) |
|
E |
pop() |
|
void |
removeLast() |
|
void |
set(int index,
E value) |
|
int |
size() |