public class QueueBuilder<T> extends CollectionBuilder<T>
| Constructor and Description |
|---|
QueueBuilder(Queue<Block<T>> blocks) |
QueueBuilder(Queue<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.