ISet is the interface used for all modifiable collections of object, in which the objects has no order.
For a list of all members of this type, see ISet Members.
| Type | Description |
|---|---|
| AbstractSet | AbstractSet can be extended to implement a set that uses a collection instance to achieve the set functionality |
| ArraySet | Implements a set by using an ArrayList internally. It is thefore only wise to use it for small collections. |
| HashSet | Implements a set using a hastable. It is therefore fast even when having large collections. |
Namespace: com.calitha.commons
Assembly: CalithaLib (in CalithaLib.dll)