Used to represent an email address.
Constructors
EmailAddress(
String email )
Public Methods
toString( ) 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.
obj | String or EmailAddress |