- All Superinterfaces:
IListChangedNotifier<T>,IMutableObjectList<T>,IObjectCollection<T>,IObjectCollectionReceiver<T>,IObjectIterable<T>,IObjectList<T>,IObjectListDistributor<T>,IObjectListProvider<T>,IObjectListReceiver<T>,Iterable<T>
- All Known Implementing Classes:
AbstractObjectListModel,ObjectListModel,ObjectModelListModel
-
Method Summary
Methods inherited from interface net.anwiba.commons.model.IListChangedNotifier
addListModelListener, removeListModelListener, removeListModelListenersMethods 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
- Specified by:
removein interfaceIMutableObjectList<T>
-
remove
void remove(int... indices) - Specified by:
removein interfaceIMutableObjectList<T>
-
remove
- Specified by:
removein interfaceIMutableObjectList<T>
-
removeAll
void removeAll()- Specified by:
removeAllin interfaceIMutableObjectList<T>
-