|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.text.SpecialMapping
This class represents exceptions to the normal unicode category mapping provided by Character. It is internal only. It represents a range of characters that don't follow the category mapping.
Field Summary | |
char |
endChar
The last character in the exception range |
int |
newValue
The category for characters in the range |
char |
startChar
The first character in exception range |
Constructor Summary | |
SpecialMapping(char startChar,
char endChar,
int newValue)
Construct a mapping for a range of characters |
|
SpecialMapping(char ch,
int newValue)
Construct a mapping for a single character |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public char startChar
public char endChar
public int newValue
Constructor Detail |
public SpecialMapping(char ch, int newValue)
ch
- the characternewValue
- the new category for the characterpublic SpecialMapping(char startChar, char endChar, int newValue)
startChar
- the first character in the rangeendChar
- the last character in the rangenewValue
- the category for the range
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |