-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
T[] |
array |
-
Constructor Summary
Constructors
| Constructor and Description |
SimpleList(int capacity) |
SimpleList(int capacity,
int growFactor) |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
void |
add(T obj) |
void |
clear() |
T |
get(int index) |
int |
size() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
clear
public void clear()
-
add
public void add(T obj)
-
get
public T get(int index)
Copyright © 2014–2015 Nikolche Mihajlovski. All rights reserved.