ISet
Short summary
Implementing Collection should not contain duplicates and provides basic [set](https://en.wikipedia.org/wiki/Set_(mathematics) operations
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | ICollection | - |
UML Diagram
Properties
set
Type: ISetStrategy
This property returns a fluent interface to set operations, e.g. intersect() and subtract().…
Code
Declaration
INTERFACE ISet EXTENDS ICollection