EmailAddress Class

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.
hashCode( ) returns int
equals( Object obj ) returns boolean
Performs case insensitive string comparison between two email addresses.
objString or EmailAddress