Java org.apache.lucene.analysis CharArrayMap fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.analysis CharArrayMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.analysis CharArrayMap.

The text is from its open source code.

Field

EntrySetentrySet

Constructor

CharArrayMap(int startSize, boolean ignoreCase)
Create map with enough capacity to hold startSize terms
CharArrayMap(Map c, boolean ignoreCase)
Creates a map from the mappings in another map.

Method

booleancontainsKey(CharSequence cs)
true if the CharSequence is in the #keySet()
booleancontainsKey(Object o)
Vget(char[] text, int off, int len)
returns the value of the mapping of len chars of text starting at off
Vput(CharSequence text, V value)
Add the given mapping.
Vput(Object o, V value)
Vput(String text, V value)
Add the given mapping.
Vput(char[] text, V value)
Add the given mapping.
intsize()