Interface IMutableObjectCollection<T>
-
- All Superinterfaces:
IObjectCollection<T>,IObjectCollectionReceiver<T>,IObjectIterable<T>,java.lang.Iterable<T>
- All Known Implementing Classes:
AbstractObjectCollection,ObjectCollection
public interface IMutableObjectCollection<T> extends IObjectCollectionReceiver<T>, IObjectCollection<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremove(java.lang.Iterable<T> objects)voidremove(T... objects)voidremoveAll()-
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectCollection
isEmpty, size, stream, toCollection, toList, values
-
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectCollectionReceiver
add, add, set, set
-
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectIterable
foreach, iterator
-
-