![JAR search and dependency download from the Maven repository](/logo.png)
android.text.util.Rfc822Tokenizer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android Show documentation
Show all versions of android Show documentation
A library jar that provides APIs for Applications written for the Google Android Platform.
package android.text.util;
public class Rfc822Tokenizer
implements android.widget.MultiAutoCompleteTextView.Tokenizer
{
public Rfc822Tokenizer() { throw new RuntimeException("Stub!"); }
public static android.text.util.Rfc822Token[] tokenize(java.lang.CharSequence text) { throw new RuntimeException("Stub!"); }
public int findTokenStart(java.lang.CharSequence text, int cursor) { throw new RuntimeException("Stub!"); }
public int findTokenEnd(java.lang.CharSequence text, int cursor) { throw new RuntimeException("Stub!"); }
public java.lang.CharSequence terminateToken(java.lang.CharSequence text) { throw new RuntimeException("Stub!"); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy