Uses of Class
com.bigdata.btree.keys.CollatorEnum

Packages that use CollatorEnum
com.bigdata.btree.keys   
 

Uses of CollatorEnum in com.bigdata.btree.keys
 

Methods in com.bigdata.btree.keys that return CollatorEnum
 CollatorEnum DefaultKeyBuilderFactory.getCollator()
          The selected collator.
static CollatorEnum CollatorEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CollatorEnum[] CollatorEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.bigdata.btree.keys with parameters of type CollatorEnum
static IKeyBuilder KeyBuilder.newInstance(int capacity, CollatorEnum collatorChoice, Locale locale, Object strength, DecompositionEnum mode)
          Create a new instance that optionally supports Unicode sort keys.
 



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