Class AlphabeticComparator<T>

java.lang.Object
io.goobi.viewer.controller.sorting.AlphabeticComparator<T>
Type Parameters:
T - the type of elements to be compared
All Implemented Interfaces:
Comparator<T>

public class AlphabeticComparator<T> extends Object implements Comparator<T>
Comparator that orders elements alphabetically by their locale-sensitive translated string representation, using a Collator with primary strength and supporting ascending or descending order.
  • Constructor Details

  • Method Details