| 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 |
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.
|
Copyright © 2016. All rights reserved.