Interface IMutableObjectList<T>
-
- All Superinterfaces:
IObjectCollection<T>,IObjectCollectionReceiver<T>,IObjectIterable<T>,IObjectList<T>,IObjectListProvider<T>,IObjectListReceiver<T>,java.lang.Iterable<T>
- All Known Implementing Classes:
AbstractObjectList,ObjectList
public interface IMutableObjectList<T> extends IObjectList<T>, IObjectListReceiver<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremove(int... indices)voidremove(java.lang.Iterable<T> objects)voidremove(T... objects)voidremoveAll()-
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectCollection
isEmpty, size, toCollection, toList, values
-
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectCollectionReceiver
add, add, set, set
-
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectIterable
foreach, iterator
-
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectList
stream
-
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectListProvider
get, get, indices, isEmpty, size, values
-
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectListReceiver
set
-
-