public final class ExpandableArray<T>
extends java.lang.Object
Constructor and Description |
---|
ExpandableArray(java.lang.Class<T> type) |
Modifier and Type | Method and Description |
---|---|
void |
add(T value) |
T[] |
getArray() |
int |
getCapacity() |
int |
getSize() |
void |
remove(int index) |