java.lang.Object
|
+--java.lang.Character.Subset
Instances of this class represent particular subsets of the Unicode character set. The only family of subsets defined in the
Character class is UnicodeBlock. Other portions of the Java API may define other
subsets for their own purposes.
| Constructor Summary | |
protected |
Character.Subset
copy-> new Character.Subset( )copy-> <Character.Subset var> = new Character.Subset(<String name>);
|
| Method Summary | |
boolean |
equals(Object obj)
copy-> .equals( )copy-> <boolean var>=<Character.Subset>.equals(<Object obj>);
|
int |
hashCode()
copy-> .hashCode()copy-> <int var>=<Character.Subset>.hashCode();
|
String |
toString()
copy-> .toString()copy-> <String var>=<Character.Subset>.toString(); |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |