Java javax.mail Address fields, constructors, methods, implement or subclass

Example usage for Java javax.mail Address fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.mail Address.

The text is from its open source code.

Subclass

javax.mail.Address has subclasses.
Click this link to see all its subclasses.

Method

booleanequals(Object address)
The equality operator.
StringgetType()
Return a type string that identifies this address type.
StringtoString()
Return a String representation of this address object.