| Name | Description | Type | Package | Framework |
| AbstractUnicodeKeyBuilderTestCase | Base class for the test suites that examine support for Unicode sort keys inVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.btree.keys | BlazeGraph |
|
| ASCIIDecoderUtility | Utility reads unsigned byte[] keys from stdin and writes their decoded ASCII values on stdout. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| ASCIIKeyBuilderFactory | Factory for instances that do NOT support Unicode. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| CollatorEnum | Type-safe enumeration of collators that may be configured. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| DecompositionEnum | enum DecompositionEnumType safe enumeration for the decomposition mode. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| DefaultKeyBuilderFactory | Default factory for Unicode IKeyBuilders. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| DelegateSortKeyBuilder | Delegation pattern for ISortKeyBuilder that is useful when you need to resolve(Object) one type to another before applying the delegate | Class | com.bigdata.btree.keys | BlazeGraph |
|
| ICUVersionRecord | Persistent record in which we store the version metadata for the ICU dependency in use when the journal was created. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| IKeyBuilder | Interface for building up variable unsigned byte[] keys from one or more primitive data types values and/or Unicode strings. | Interface | com.bigdata.btree.keys | BlazeGraph |
|
| IKeyBuilderExtension | An extension interface for encoding and decoding unsigned byte[] keys. | Interface | com.bigdata.btree.keys | BlazeGraph |
|
| IKeyBuilderFactory | A factory for pre-configured IKeyBuilder instances. | Interface | com.bigdata.btree.keys | BlazeGraph |
|
| ISortKeyBuilder | An interface for generating unsigned byte[] sort keys. | Interface | com.bigdata.btree.keys | BlazeGraph |
|
| ISortKeyBuilderFactory | A factory for objects that generate unsigned byte[] sort keys. | Interface | com.bigdata.btree.keys | BlazeGraph |
|
| KeyBuilder | A class that may be used to form multi-component keys but which does not support Unicode. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| KeyBuilder .Options | Configuration options for DefaultKeyBuilderFactory and the KeyBuilder factory methods. | Interface | com.bigdata.btree.keys | BlazeGraph |
|
| KV | A key-value pair. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| KVO | A key-value-object tuple. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| NoSuccessorException | An instance of this class is thrown where there is no successor to a value within its value space. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| StrengthEnum | Type safe enumeration for the strength. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| SuccessorUtil | Utility methods for computing the successor of a value for various dataVersion:$Id$Author:Bryan ThompsonSee Also:BytesUtil#successor(byte[]), which computes the successor of a variable | Class | com.bigdata.btree.keys | BlazeGraph |
|
| TestAll | | Class | com.bigdata.btree.keys | BlazeGraph |
|
| TestICUPortabilityBug | This is a unit test for a possible ICU portability bug. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| TestICUUnicodeKeyBuilder | Tests for Unicode support in KeyBuilder. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| TestICUVersionRecord | Test suite for ICUVersionRecordVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.btree.keys | BlazeGraph |
|
| TestJDKUnicodeKeyBuilder | | Class | com.bigdata.btree.keys | BlazeGraph |
|
| TestKeyBuilder | Test suite for high level operations that build variable length _unsigned_ byte[] keys from various data types and unicode strings. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| TestSuccessorUtil | Test suite for SuccessorUtil. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| ThreadLocalKeyBuilderFactory | A thread-local implementation. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| UnicodeSortKeyGenerator | Interface allows us to encapsulate differences between the ICU and JDK libraries for generating sort keys from Unicode strings. | Interface | com.bigdata.btree.keys | BlazeGraph |