Calitha GOLD Parser Engine Documentation

ArraySet Class

Implements a set by using an ArrayList internally. It is thefore only wise to use it for small collections.

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

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

public class ArraySet : AbstractSet

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

ArraySet Members | com.calitha.commons Namespace