Class AlphabeticHtmlComparator<T>

java.lang.Object
io.goobi.viewer.controller.sorting.AlphabeticHtmlComparator<T>
All Implemented Interfaces:
Comparator<T>

public class AlphabeticHtmlComparator<T> extends Object implements Comparator<T>
  • Constructor Details

    • AlphabeticHtmlComparator

      public AlphabeticHtmlComparator(boolean asc, Function<T,String> stringifier)
  • Method Details