Apache Lucene.Net 2.4.0 Class Library API

CharArraySet Properties

The properties of the CharArraySet class are listed below. For a complete list of CharArraySet class members, see the CharArraySet Members topic.

Public Instance Properties

Count 
IsFixedSize (inherited from Hashtable)Gets a value indicating whether the Hashtable has a fixed size.
IsReadOnly (inherited from Hashtable)Gets a value indicating whether the Hashtable is read-only.
IsSynchronized (inherited from Hashtable)Gets a value indicating whether access to the Hashtable is synchronized (thread safe).
Item (inherited from Hashtable)Gets or sets the value associated with the specified key.
Keys (inherited from Hashtable)Gets an ICollection containing the keys in the Hashtable.
SyncRoot (inherited from Hashtable)Gets an object that can be used to synchronize access to the Hashtable.
Values (inherited from Hashtable)Gets an ICollection containing the values in the Hashtable.

Protected Instance Properties

comparer (inherited from Hashtable)Obsolete. Gets or sets the IComparer to use for the Hashtable.
EqualityComparer (inherited from Hashtable)Gets the IEqualityComparer to use for the Hashtable.
hcp (inherited from Hashtable)Obsolete. Gets or sets the object that can dispense hash codes.

See Also

CharArraySet Class | Lucene.Net.Analysis Namespace