Computes a hashcode for this charset. @return An integer hashcode
()
| 886 | * @return An integer hashcode |
| 887 | */ |
| 888 | public final int hashCode() { |
| 889 | return name().hashCode(); |
| 890 | } |
| 891 | |
| 892 | /** |
| 893 | * Tells whether or not this object is equal to another. |