Uses of Class
org.apache.lucene.analysis.CharArraySet

Packages that use CharArraySet
org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens. 
 

Uses of CharArraySet in org.apache.lucene.analysis
 

Methods in org.apache.lucene.analysis that return CharArraySet
static CharArraySet CharArraySet.unmodifiableSet(CharArraySet set)
          Returns an unmodifiable CharArraySet.
 

Methods in org.apache.lucene.analysis with parameters of type CharArraySet
static CharArraySet CharArraySet.unmodifiableSet(CharArraySet set)
          Returns an unmodifiable CharArraySet.
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.