public interface Tokenizer
null
as a token.Modifier and Type | Method and Description |
---|---|
List<String> |
tokenizeToList(String input)
Return tokenized version of a string as a list of tokens.
|
Set<String> |
tokenizeToSet(String input)
Return tokenized version of a string as a set of tokens.
|
Copyright © 2014–2018. All rights reserved.