|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Character.Subset
public static class Character.Subset
Subset a subset of the unicode characters.
| Constructor Summary | |
|---|---|
protected |
Character.Subset(String name)
Constructor to create a subset with given name |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
equals compares two subset |
int |
hashCode()
hashCode returns standard hashcode value (@link java.lang.Object.hashCode). |
String |
toString()
toString returns the name of this. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected Character.Subset(String name)
name - the name, must not be null
NullPointerException - if name is null.| Method Detail |
|---|
public final boolean equals(Object obj)
equals in class Objectobj - another object
public final int hashCode()
hashCode in class Objectpublic final String toString()
toString in class Object
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||