android.text.util
Class Rfc822Tokenizer

java.lang.Object
  extended by android.text.util.Rfc822Tokenizer
All Implemented Interfaces:
MultiAutoCompleteTextView.Tokenizer

public class Rfc822Tokenizer
extends Object
implements MultiAutoCompleteTextView.Tokenizer


Constructor Summary
Rfc822Tokenizer()
           
 
Method Summary
 int findTokenEnd(CharSequence text, int cursor)
           
 int findTokenStart(CharSequence text, int cursor)
           
 CharSequence terminateToken(CharSequence text)
           
static Rfc822Token[] tokenize(CharSequence text)
           
static void tokenize(CharSequence text, Collection<Rfc822Token> out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rfc822Tokenizer

public Rfc822Tokenizer()
Method Detail

tokenize

public static void tokenize(CharSequence text,
                            Collection<Rfc822Token> out)

tokenize

public static Rfc822Token[] tokenize(CharSequence text)

findTokenStart

public int findTokenStart(CharSequence text,
                          int cursor)
Specified by:
findTokenStart in interface MultiAutoCompleteTextView.Tokenizer

findTokenEnd

public int findTokenEnd(CharSequence text,
                        int cursor)
Specified by:
findTokenEnd in interface MultiAutoCompleteTextView.Tokenizer

terminateToken

public CharSequence terminateToken(CharSequence text)
Specified by:
terminateToken in interface MultiAutoCompleteTextView.Tokenizer


Copyright © 2008-2010. All Rights Reserved.