public class VectorBuilder extends Object
| Constructor and Description |
|---|
VectorBuilder() |
VectorBuilder(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(double d) |
AVector |
toVector() |
AVector |
toWrappingWector()
Creates a vector that wraps the internal data of this VectorBuilder.
|
Copyright © 2013. All Rights Reserved.