java.lang
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 Object
o
- the object to compareObject.hashCode()
public final int hashCode()
hashCode
in class Object
Object.equals(Object)
,
System.identityHashCode(Object)
public final String toString()
toString
in class Object
Object.getClass()
,
Object.hashCode()
,
Class.getName()
,
Integer.toHexString(int)