Package com.google.gerrit.server.mail
Class Address
- java.lang.Object
-
- com.google.gerrit.server.mail.Address
-
public class Address extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getEmail()
String
getName()
int
hashCode()
static Address
parse(String in)
String
toHeaderString()
String
toString()
static Address
tryParse(String in)
-