Uses of Class
org.apache.lucene.analysis.CharArrayMap
Packages that use CharArrayMap
-
Uses of CharArrayMap in org.apache.lucene.analysis
Methods in org.apache.lucene.analysis that return CharArrayMapModifier and TypeMethodDescriptionstatic <V> CharArrayMap<V>Returns a copy of the given map as aCharArrayMap.static <V> CharArrayMap<V>CharArrayMap.emptyMap()Returns an empty, unmodifiable map.static CharArrayMap<String>WordlistLoader.getStemDict(Reader reader, CharArrayMap<String> result) Reads a stem dictionary.static <V> CharArrayMap<V>CharArrayMap.unmodifiableMap(CharArrayMap<V> map) Returns an unmodifiableCharArrayMap.Methods in org.apache.lucene.analysis with parameters of type CharArrayMapModifier and TypeMethodDescriptionstatic CharArrayMap<String>WordlistLoader.getStemDict(Reader reader, CharArrayMap<String> result) Reads a stem dictionary.static <V> CharArrayMap<V>CharArrayMap.unmodifiableMap(CharArrayMap<V> map) Returns an unmodifiableCharArrayMap.