Interface CollatorFactory

All Known Implementing Classes:
AbstractCollatedSortOrderComparator

public interface CollatorFactory
A source of collators for sorting.
Author:
Garret Wilson
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves an instance of a collator.
  • Method Details

    • getCollatorInstance

      Collator getCollatorInstance()
      Retrieves an instance of a collator. Implementations will usually take into account some user locale and sorting preferences.
      Returns:
      An instance of a collator.