IBag
Description
- Derived from
-
IBagConst<T>
ICollector<T> - Extended by
Base interface for classes that represent a collection of elements.
Subclasses are free to implement set semantics, i.e. equal elements are stored only once.
Public / Methods
AddAll
2 overloads
Adds the given elements to this collection.
Adds the given elements to this collection.
RemoveAll
2 overloads
Removes the given elements from this collection.
Removes the given elements from this collection.
RemoveWhere
Removes all elements from this collection for which the given predicate evaluates to true.