public abstract class WordMapWithCharMap extends WordMap
| Constructor and Description |
|---|
WordMapWithCharMap() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
convertFromBytes(byte[] bytes) |
protected byte[] |
convertFromString(String word) |
protected String |
getEncoding() |
void |
init(long lastModificationTime,
String wordMapName,
String encoding)
initialize the word map for example from a cache file, it can compare the dates to know if needEntries.
|
add, addCustomWord, beginAddEntries, create, endAddEntries, get, iterator, needEntriesprotected String getEncoding()
public void init(long lastModificationTime,
String wordMapName,
String encoding)
throws IOException
WordMapinit in class WordMapIOExceptionprotected String convertFromBytes(byte[] bytes)
protected byte[] convertFromString(String word)
Copyright © 2020. All rights reserved.