Java android.text.util Rfc822Token fields, constructors, methods, implement or subclass

Example usage for Java android.text.util Rfc822Token fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.text.util Rfc822Token.

The text is from its open source code.

Constructor

Rfc822Token(@Nullable String name, @Nullable String address, @Nullable String comment)
Creates a new Rfc822Token with the specified name, address, and comment.

Method

StringgetAddress()
Returns the address part.
StringtoString()
Returns the name (with quoting added if necessary), the comment (in parentheses), and the address (in angle brackets).