
public static class CharIndex.FullHash extends CharIndex
CharIndex.FullHash, CharIndex.Masked, CharIndex.Straight| Modifier and Type | Field and Description | 
|---|---|
protected int | 
lastUsed  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
lookup(char c)
Returns the index (mapping result) for a given character. 
 | 
int[] | 
map(CharSequence s,
   int[] mapped)
Performs lookups on an entire sequence of characters. 
 | 
int | 
nullElement()
Returns an index that is not used for any character in
 the alphabet. 
 | 
int | 
size()
Returns the maximum index result that can be returned by
 the lookup function (including the nullElement result
 if applicable). 
 | 
getInstancepublic int lookup(char c)
CharIndexpublic int[] map(CharSequence s, int[] mapped)
CharIndexpublic int nullElement()
CharIndexnullElement in class CharIndexpublic int size()
CharIndexCopyright © 2018. All rights reserved.