public final class ArrayWrapper<T> extends Object
Constructor and Description |
---|
ArrayWrapper(int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
T |
get(int index) |
int |
getCapacity() |
void |
put(int index,
T element) |
Copyright © 2015–2020. All rights reserved.