com.vgrs.xcode.common.unicodedata
Class ExceptionCodePoints

java.lang.Object
  extended by com.vgrs.xcode.common.unicodedata.ExceptionCodePoints

public class ExceptionCodePoints
extends java.lang.Object

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.

Version:
1.0 Jun 10, 2010
Author:
nchigurupati

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

ExceptionCodePoints

public ExceptionCodePoints()
Method Detail

getCategory

public 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.

Parameters:
aCodePoint -
Returns:
UnicodeCodePointCategory of the given code point.


Copyright © 2000-2010 VeriSign Inc. All Rights Reserved