[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The `Email` class is a data type for representing email addresses, implementing both `Serializable` and `Comparable\u003cEmail\u003e`."],["This class does not perform email address validation, and the RFC 2822 specification is recommended for further information."],["The `Email` class inherits several methods from `java.lang.Object`, including `equals`, `hashCode`, and `toString`."],["An `Email` object can be created using the `Email(String email)` constructor, which takes the email address as a string."],["The class includes the methods `compareTo(Email e)`, `equals(Object o)`, `getEmail()`, and `hashCode()` for comparing and retrieving the email value, as well as getting the hashcode of the email object."]]],[]]