| Modifier and Type | Class and Description |
|---|---|
class |
CollectionBuilder<T>
This builder will build it's blocks in what ever way the supplied
Collection implementation dictates. |
class |
IterableBuilder<T> |
class |
QueueBuilder<T>
This builder will build it's blocks in FIFO order.
|
class |
StackBuilder<T>
This builder will build it's blocks in LIFO order.
|
| Modifier and Type | Method and Description |
|---|---|
Builder<T> |
CollectionBuilder.add(Block<T> block) |
Builder<T> |
StackBuilder.add(Block<T> block) |
Builder<T> |
Builder.add(Block<T> block)
Add a new
Block to be built. |
Builder<T> |
QueueBuilder.add(Block<T> block) |
Copyright © 2016. All rights reserved.