public static class Character.Subset extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Character.Subset(String name)
Construct a new subset of characters.
|
protected Character.Subset(String name)
name - the name of the subsetNullPointerException - if name is nullpublic final boolean equals(Object o)
final, and
restricts the comparison on the == operator, so it returns
true only for the same object.equals in class Objecto - the object to compareObject.hashCode()public final int hashCode()
hashCode in class ObjectObject.equals(Object),
System.identityHashCode(Object)public final String toString()
toString in class ObjectObject.getClass(),
Object.hashCode(),
Class.getName(),
Integer.toHexString(int)