java.lang.Object
net.anwiba.commons.lang.collection.AbstractObjectList<T>
net.anwiba.commons.lang.collection.ObjectList<T>
- All Implemented Interfaces:
Iterable<T>,IMutableObjectList<T>,IObjectCollection<T>,IObjectCollectionReceiver<T>,IObjectIterable<T>,IObjectList<T>,IObjectListProvider<T>,IObjectListReceiver<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ObjectListBuilder<T>builder()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, valuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anwiba.commons.lang.collection.IObjectIterable
foreachMethods inherited from interface net.anwiba.commons.lang.collection.IObjectList
streamMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ObjectList
public ObjectList() -
ObjectList
-
ObjectList
-
-
Method Details
-
builder
-
empty
-
of
-