Class VectorBuilder<E>
- java.lang.Object
-
- com.github.andrewoma.dexx.collection.internal.builder.AbstractBuilder<E,Vector<E>>
-
- com.github.andrewoma.dexx.collection.VectorBuilder<E>
-
class VectorBuilder<E> extends AbstractBuilder<E,Vector<E>>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intblockIndex(package private) intloprivate VectorPointer<E>pointer
-
Constructor Summary
Constructors Constructor Description VectorBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull VectorBuilder<E>add(E elem)@NotNull Vector<E>doBuild()
-
-
-
Field Detail
-
pointer
private final VectorPointer<E> pointer
-
blockIndex
int blockIndex
-
lo
int lo
-
-
Method Detail
-
add
@NotNull public @NotNull VectorBuilder<E> add(E elem)
-
-