Apache Lucene.Net 2.4.0 Class Library API

CharArraySet Class

A simple class that stores Strings as char[]'s in a hash table. Note that this is not a general purpose class. For example, it cannot remove items from the set, nor does it resize its hash table to be smaller, etc. It is designed to be quick to test if a char[] is in the set without the necessity of converting it to a String first.

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

System.Object
   System.Collections.Hashtable
      Lucene.Net.Analysis.CharArraySet

public class CharArraySet : Hashtable

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: Lucene.Net.Analysis

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

CharArraySet Members | Lucene.Net.Analysis Namespace