public class Address extends Object
Address(String email)
Address(String name, String email)
boolean
equals(Object other)
String
getEmail()
getName()
int
hashCode()
static Address
parse(String in)
toHeaderString()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Address(String email)
public Address(String name, String email)
public static Address parse(String in)
public String getName()
public String getEmail()
public int hashCode()
hashCode
Object
public boolean equals(Object other)
equals
public String toString()
toString
public String toHeaderString()