Class ObjectList<T>
- java.lang.Object
-
- net.anwiba.commons.lang.collection.AbstractObjectList<T>
-
- net.anwiba.commons.lang.collection.ObjectList<T>
-
- All Implemented Interfaces:
java.lang.Iterable<T>,IMutableObjectList<T>,IObjectCollection<T>,IObjectCollectionReceiver<T>,IObjectIterable<T>,IObjectList<T>,IObjectListProvider<T>,IObjectListReceiver<T>
public class ObjectList<T> extends AbstractObjectList<T>
-
-
Constructor Summary
Constructors Constructor Description ObjectList()ObjectList(java.util.Collection<T> objects)ObjectList(IObjectCollection<T> objects)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> IObjectList<T>empty()static <T> IObjectList<T>of(T value)-
Methods inherited from class net.anwiba.commons.lang.collection.AbstractObjectList
add, add, get, get, indices, isEmpty, iterator, remove, remove, remove, removeAll, set, set, set, size, toCollection, toList, values
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectIterable
foreach
-
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectList
stream
-
-
-
-
Constructor Detail
-
ObjectList
public ObjectList()
-
ObjectList
public ObjectList(IObjectCollection<T> objects)
-
ObjectList
public ObjectList(java.util.Collection<T> objects)
-
-
Method Detail
-
empty
public static <T> IObjectList<T> empty()
-
of
public static <T> IObjectList<T> of(T value)
-
-