public class ObjectCollection<T> extends Object implements IMutableObjectCollection<T>
| Constructor and Description |
|---|
ObjectCollection() |
ObjectCollection(List<T> objects) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T... factory) |
Iterator<T> |
iterator() |
int |
size() |
java.util.stream.Stream<T> |
stream() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void add(T... factory)
add in interface IMutableObjectCollection<T>public int size()
size in interface IObjectCollection<T>public java.util.stream.Stream<T> stream()
stream in interface IObjectCollection<T>Copyright © 2007–2016 Andreas Bartels. All rights reserved.