public class StackBuilder<T> extends CollectionBuilder<T>
| Constructor and Description |
|---|
StackBuilder(Deque<Block<T>> blocks) |
StackBuilder(Deque<Block<T>> blocks,
T seed) |
| Modifier and Type | Method and Description |
|---|---|
Builder<T> |
add(Block<T> block)
Add a new
Block to be built. |
isEmptybuild, iterable, iteratorCopyright © 2016. All rights reserved.