public class ObjectList<T> extends AbstractObjectList<T>
| Constructor and Description |
|---|
ObjectList() |
ObjectList(Collection<T> objects) |
ObjectList(IObjectCollection<T> objects) |
| Modifier and Type | Method and Description |
|---|---|
static <T> IObjectList<T> |
empty() |
static <T> IObjectList<T> |
of(T value) |
add, add, get, get, indices, isEmpty, iterator, remove, remove, remove, removeAll, set, set, set, size, toCollection, toList, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstreamforeachforEach, spliteratorpublic ObjectList()
public ObjectList(IObjectCollection<T> objects)
public ObjectList(Collection<T> objects)
public static <T> IObjectList<T> empty()
public static <T> IObjectList<T> of(T value)
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.