public interface IMutableObjectList<T> extends IObjectList<T>, IObjectListReceiver<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, setCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.