public class ObjectListBuilder<T> extends Object
| Constructor and Description |
|---|
ObjectListBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ObjectListBuilder<T> |
add(Iterable<T> objects) |
ObjectListBuilder<T> |
add(T object) |
IObjectList<T> |
build() |
public IObjectList<T> build()
public ObjectListBuilder<T> add(Iterable<T> objects)
public ObjectListBuilder<T> add(T object)
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.