Calitha GOLD Parser Engine Documentation

AbstractSet Class

AbstractSet can be extended to implement a set that uses a collection instance to achieve the set functionality

For a list of all members of this type, see AbstractSet Members.

System.Object
   com.calitha.commons.AbstractSet
      com.calitha.commons.ArraySet
      com.calitha.commons.HashSet

public abstract class AbstractSet : ISet, ICollection, IEnumerable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.calitha.commons

Assembly: CalithaLib (in CalithaLib.dll)

See Also

AbstractSet Members | com.calitha.commons Namespace