JavaXT
|
|||
EmailAddress ClassUsed to represent an email address.
ConstructorsPublic MethodstoString( ) returns String Returns the email address used to instantiate this class. Note that the email address is trimmed and converted to lower case in the constructor. equals( Object obj ) returns boolean Performs case insensitive string comparison between two email addresses.
|