public class ObjectList<T> extends Object implements IMutableObjectCollection<T>, IObjectList<T>
| Constructor and Description |
|---|
ObjectList(List<T> objects) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T... factory) |
T |
get(int index) |
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 T get(int index)
get in interface IObjectList<T>public java.util.stream.Stream<T> stream()
stream in interface IObjectCollection<T>Copyright © 2007–2017 Andreas Bartels. All rights reserved.