public interface IObjectListModel<T> extends IMutableObjectList<T>, IObjectListDistributor<T>
| Modifier and Type | Method and Description |
|---|---|
void |
remove(int... indices) |
void |
remove(Iterable<T> objects) |
void |
remove(T... objects) |
void |
removeAll() |
streamget, get, indices, isEmpty, size, valuesisEmpty, size, toCollection, toList, valuesforeach, iteratorforEach, spliteratorsetadd, add, set, setaddListModelListener, removeListModelListenervoid remove(T... objects)
remove in interface IMutableObjectList<T>void remove(int... indices)
remove in interface IMutableObjectList<T>void remove(Iterable<T> objects)
remove in interface IMutableObjectList<T>void removeAll()
removeAll in interface IMutableObjectList<T>Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.