public class TokenizerListManager
extends java.lang.Object
Constructor and Description |
---|
TokenizerListManager()
Constructor that initializes a hashMap holding all tokenizerList objects
|
Modifier and Type | Method and Description |
---|---|
TokenizerList |
retrieveTokenizerList(java.util.List<java.lang.String> tokenizerNames)
Finds the tokenizerList that contains the provided list of tokenizers; if no such tokenizerList exists then it
creates a new list with these tokenizers
|
public TokenizerListManager()
public TokenizerList retrieveTokenizerList(java.util.List<java.lang.String> tokenizerNames)
tokenizerNames
- the list of tokenizer names to return in the form of a tokenizerList