Calitha GOLD Parser Engine Documentation

HashSet Class

Implements a set using a hastable. It is therefore fast even when having large collections.

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

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

public class HashSet : 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

HashSet Members | com.calitha.commons Namespace