Module net.anwiba.commons.lang
Interface IMutableObjectCollection<T>
- All Superinterfaces:
IObjectCollection<T>,IObjectCollectionReceiver<T>,IObjectIterable<T>,Iterable<T>
- All Known Implementing Classes:
AbstractObjectCollection,ObjectCollection
public interface IMutableObjectCollection<T>
extends IObjectCollectionReceiver<T>, IObjectCollection<T>
-
Method Summary
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectCollection
isEmpty, size, stream, 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 java.lang.Iterable
forEach, spliterator
-
Method Details
-
remove
-
remove
-
removeAll
void removeAll()
-