public final class EmailAddress extends Object implements Serializable, Cloneable, Comparable<EmailAddress>
| Modifier and Type | Method and Description |
|---|---|
EmailAddress |
clone() |
int |
compareTo(EmailAddress other) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
static EmailAddress |
valueOf(String value)
Constructs a new instance from the given string representation.
|
public EmailAddress clone()
public int compareTo(EmailAddress other)
compareTo in interface Comparable<EmailAddress>public static EmailAddress valueOf(String value)
value - RFC-822 email address stringCopyright © 2014–2016. All rights reserved.