| Constructor and Description |
|---|
SimpleList(int capacity) |
SimpleList(int capacity,
int growFactor) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T obj) |
void |
addRotating(T obj) |
void |
clear() |
void |
delete(int index) |
T |
get(int index) |
int |
size() |
String |
toString() |
public T[] array
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.