com.vgrs.xcode.common.unicodedata
Class DerivedNormalizationProperties

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

public class DerivedNormalizationProperties
extends java.lang.Object

Class to load the data in "DerivedNormalizationProps.txt.gz" into GNU Trove collections. The data in this class will be used to perform a quick check to find out if a given set of Unicode code points are in NFC normalized form.

Version:
1.0 Jun 11, 2010
Author:
nchigurupati

Constructor Summary
DerivedNormalizationProperties()
           
 
Method Summary
static TIntObjectMap<java.util.Set<java.lang.String>> getDerivedNormalizationPropTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DerivedNormalizationProperties

public DerivedNormalizationProperties()
Method Detail

getDerivedNormalizationPropTable

public static TIntObjectMap<java.util.Set<java.lang.String>> getDerivedNormalizationPropTable()
Returns:
DERIVED_NORMALIZATION_PROP_TABLE


Copyright © 2000-2010 VeriSign Inc. All Rights Reserved