F - the type of the elementspublic static class FastFullList.FastFullListBuilder<F> extends Object
| Constructor and Description |
|---|
FastFullListBuilder() |
| Modifier and Type | Method and Description |
|---|---|
FastFullList.FastFullListBuilder<F> |
blankElement(F blankElement)
Set the blank element
|
FastFullList<F> |
build() |
FastFullList.FastFullListBuilder<F> |
capacity(int capacity) |
public FastFullList.FastFullListBuilder<F> blankElement(F blankElement)
blankElement - the blank elementpublic FastFullList.FastFullListBuilder<F> capacity(int capacity)
capacity - the need capacitypublic FastFullList<F> build()
Copyright © 2016–2021. All rights reserved.