Package | Description |
---|---|
com.groupdocs.search.dictionaries |
The package provides classes of various dictionaries.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
CharacterReplacementDictionary.addRange(CharacterReplacementPair[] characterReplacements)
Adds the specified collection of character replacements to this instance of the
CharacterReplacementDictionary . |
Modifier and Type | Method and Description |
---|---|
abstract void |
CharacterReplacementDictionary.addRange(Iterable<CharacterReplacementPair> characterReplacements)
Adds the specified collection of character replacements to this instance of the
CharacterReplacementDictionary . |