FileDocCategorySizeDatePackage
Rfc822Tokenizer.javaAPI DocAndroid 5.1 API805Sat Mar 14 14:09:40 GMT 2015android.text.util

Rfc822Tokenizer

public class Rfc822Tokenizer extends Object implements android.widget.MultiAutoCompleteTextView.Tokenizer

Fields Summary
Constructors Summary
public Rfc822Tokenizer()

 throw new RuntimeException("Stub!"); 
Methods Summary
public intfindTokenEnd(java.lang.CharSequence text, int cursor)

 throw new RuntimeException("Stub!"); 
public intfindTokenStart(java.lang.CharSequence text, int cursor)

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequenceterminateToken(java.lang.CharSequence text)

 throw new RuntimeException("Stub!"); 
public static voidtokenize(java.lang.CharSequence text, java.util.Collection out)

 throw new RuntimeException("Stub!"); 
public static android.text.util.Rfc822Token[]tokenize(java.lang.CharSequence text)

 throw new RuntimeException("Stub!");