Uses of Class
net.anwiba.commons.lang.collection.ObjectListBuilder
-
Packages that use ObjectListBuilder Package Description net.anwiba.commons.lang.collection -
-
Uses of ObjectListBuilder in net.anwiba.commons.lang.collection
Methods in net.anwiba.commons.lang.collection that return ObjectListBuilder Modifier and Type Method Description ObjectListBuilder<T>ObjectListBuilder. add(java.lang.Iterable<T> objects)ObjectListBuilder<T>ObjectListBuilder. add(T object)static <T> ObjectListBuilder<T>ObjectList. builder()
-