public static class MultiAutoCompleteTextView.CommaTokenizer extends Object implements MultiAutoCompleteTextView.Tokenizer
| Constructor and Description |
|---|
MultiAutoCompleteTextView.CommaTokenizer() |
| Modifier and Type | Method and Description |
|---|---|
int |
findTokenEnd(CharSequence text,
int cursor) |
int |
findTokenStart(CharSequence text,
int cursor) |
CharSequence |
terminateToken(CharSequence text) |
public MultiAutoCompleteTextView.CommaTokenizer()
public int findTokenEnd(CharSequence text, int cursor)
findTokenEnd in interface MultiAutoCompleteTextView.Tokenizerpublic int findTokenStart(CharSequence text, int cursor)
findTokenStart in interface MultiAutoCompleteTextView.Tokenizerpublic CharSequence terminateToken(CharSequence text)
terminateToken in interface MultiAutoCompleteTextView.TokenizerCopyright © 2012-2013. All Rights Reserved.