public final class ArrayBuilder<T> extends Object
Constructor and Description |
---|
ArrayBuilder(int initialSize,
Class<T> elementType) |
Modifier and Type | Method and Description |
---|---|
void |
add(T element) |
void |
clear() |
T[] |
getArray() |
int |
getSize() |
String |
toString() |
Copyright © 2018 SPF4J. All rights reserved.