public abstract class AbstractTokenizer extends Object implements Tokenizer
Constructor and Description |
---|
AbstractTokenizer() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
tokenizeToSet(String input)
Return tokenized version of a string as a set of tokens.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
tokenizeToList
public Set<String> tokenizeToSet(String input)
Tokenizer
tokenizeToSet
in interface Tokenizer
input
- input string to tokenizeCopyright © 2014–2018. All rights reserved.