Module net.anwiba.commons.lang
Interface IMutableObjectList<T>
- All Superinterfaces:
IObjectCollection<T>,IObjectCollectionReceiver<T>,IObjectIterable<T>,IObjectList<T>,IObjectListProvider<T>,IObjectListReceiver<T>,Iterable<T>
- All Known Implementing Classes:
AbstractObjectList,ObjectList
-
Method Summary
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectCollection
isEmpty, size, toCollection, toList, valuesMethods inherited from interface net.anwiba.commons.lang.collection.IObjectCollectionReceiver
add, add, set, setMethods inherited from interface net.anwiba.commons.lang.collection.IObjectIterable
foreach, iteratorMethods inherited from interface net.anwiba.commons.lang.collection.IObjectList
streamMethods inherited from interface net.anwiba.commons.lang.collection.IObjectListProvider
get, get, indices, isEmpty, size, valuesMethods inherited from interface net.anwiba.commons.lang.collection.IObjectListReceiver
setMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
remove
-
remove
void remove(int... indices) -
remove
-
removeAll
void removeAll()
-