|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vgrs.xcode.common.unicodedata.ExceptionCodePoints
public class ExceptionCodePoints
This class explicitly lists code points for which the category cannot be assigned using only the core property values that exist in the Unicode standard. The values are according to the tables below. These code points are stored in the appropriate GNU Trove collection classes.
| Constructor Summary | |
|---|---|
ExceptionCodePoints()
|
|
| Method Summary | |
|---|---|
static UnicodeCodePointCategory |
getCategory(int aCodePoint)
Return the category for the given code point based on it's existence in one of the GNU Trove collections. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExceptionCodePoints()
| Method Detail |
|---|
public static UnicodeCodePointCategory getCategory(int aCodePoint)
aCodePoint -
UnicodeCodePointCategory of the given code point.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||