39 virtual bool contains(
const wchar_t* text, int32_t offset, int32_t length);
42 virtual bool add(
const String& text);
45 virtual bool add(CharArray text);
#define LUCENE_CLASS(Name)
Definition LuceneObject.h:24
A simple class that stores Strings as char[]'s in a hash table. Note that this is not a general purpo...
Definition CharArraySet.h:17
CharArraySet(bool ignoreCase)
HashSet< String >::iterator begin()
CharArraySet(Collection< String > entries, bool ignoreCase)
Create set from a collection of strings.
virtual bool contains(const String &text)
bool ignoreCase
Definition CharArraySet.h:33
HashSet< String >::iterator end()
HashSet< String > entries
Definition CharArraySet.h:32
virtual bool add(CharArray text)
Add this char[] into the set.
virtual bool contains(const wchar_t *text, int32_t offset, int32_t length)
True if the length chars of text starting at offset are in the set.
virtual bool add(const String &text)
Add this String into the set.
CharArraySet(HashSet< String > entries, bool ignoreCase)
Create set from a set of strings.
Utility template class to handle collections that can be safely copied and shared.
Definition Collection.h:17
Utility template class to handle hash set collections that can be safely copied and shared.
Definition HashSet.h:17
set_type::iterator iterator
Definition HashSet.h:21
Base class for all Lucene classes.
Definition LuceneObject.h:31
Definition AbstractAllTermDocs.h:12