Calitha GOLD Parser Engine Documentation

ISet Interface

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.

public interface ISet : ICollection, IEnumerable

Types that implement ISet

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.

Requirements

Namespace: com.calitha.commons

Assembly: CalithaLib (in CalithaLib.dll)

See Also

ISet Members | com.calitha.commons Namespace