public static class Character.Subset extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Subset(String name)
Constructs a new
Subset. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
Compares this character subset for identity with the specified object.
|
int |
hashCode()
Returns this subset's hash code, which is the hash code computed by
Object.hashCode(). |
String |
toString()
Returns this subset's name.
|
protected Subset(String name)
Subset.public final boolean equals(Object object)
equals in class Objectobject - the object to compare this instance with.true if the specified object is equal to this Object; false otherwise.Object.hashCode()public final int hashCode()
Object.hashCode().hashCode in class ObjectObject.equals(java.lang.Object)