File
Doc
Category
Size
Date
Package
Rfc822Tokenizer.java
API Doc
Android 5.1 API
805
Sat Mar 14 14:09:40 GMT 2015
android.text.util
Rfc822Tokenizer
java.lang.Object
public class Rfc822Tokenizer extends Object implements android.widget.MultiAutoCompleteTextView.Tokenizer
Fields Summary
Constructors Summary
public Rfc822Tokenizer
()
throw new RuntimeException("Stub!");
Methods Summary
public
int
findTokenEnd
(
java.lang.CharSequence
text,
int
cursor)
throw new RuntimeException("Stub!");
public
int
findTokenStart
(
java.lang.CharSequence
text,
int
cursor)
throw new RuntimeException("Stub!");
public
java.lang.CharSequence
terminateToken
(
java.lang.CharSequence
text)
throw new RuntimeException("Stub!");
public static void
tokenize
(
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!");
Java Code Source