| Modifier and Type | Method and Description |
|---|---|
FullList.FullListBuilder<F> |
blankElement(F element)
Create a new empty full list, with a given blank element
|
FullList<F> |
build() |
FullList.FullListBuilder<F> |
capacity(int capacity) |
public FullList.FullListBuilder<F> blankElement(F element)
element - the blank elementpublic FullList.FullListBuilder<F> capacity(int capacity)
capacity - the capacity of the listCopyright © 2016–2021. All rights reserved.