com.bigdata.btree.keys
Interface UnicodeSortKeyGenerator


public interface UnicodeSortKeyGenerator

Interface allows us to encapsulate differences between the ICU and JDK libraries for generating sort keys from Unicode strings.

Version:
$Id: UnicodeSortKeyGenerator.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Method Summary
 void appendSortKey(KeyBuilder keyBuilder, String s)
          Append a Unicode sort key to the KeyBuilder.
 Locale getLocale()
          The Locale used to configure this object.
 

Method Detail

getLocale

Locale getLocale()
The Locale used to configure this object.


appendSortKey

void appendSortKey(KeyBuilder keyBuilder,
                   String s)
Append a Unicode sort key to the KeyBuilder.

Parameters:
keyBuilder - The KeyBuilder.
s - The Unicode string.


Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.