Example usage for java.text Collator subclass-usage

List of usage examples for java.text Collator subclass-usage

Introduction

In this page you can find the example usage for java.text Collator subclass-usage.

Usage

From source file dk.statsbiblioteket.util.CachedCollator.java

/**
 * Uses char-statistics to build a cache for the specified locale. Users should
 * provide implementation-specific char-statistics in order to achieve the
 * maximum possible speed-up. If no statistics are give, the characters from
 * 0x20 to 0xFF are used. Note that this might give faulty sorting for some
 * languages.