| Package | Description |
|---|---|
| com.github.jferard.fastods.util |
| Modifier and Type | Method and Description |
|---|---|
FullList<F> |
FullList.FullListBuilder.build() |
static <F> FullList<F> |
FullList.newList(F... elements)
Builds a new full list,with null as blank element
|
static <F> FullList<F> |
FullList.newListWithCapacity(int capacity)
Builds a new full list, with null as blank element
|
static <F> FullList<F> |
FullList.newListWithCapacity(int capacity,
F... elements)
Builds a new full list, with null as blank element
|
Copyright © 2016–2021. All rights reserved.