Uses of Enum Class
de.samply.reporter.utils.poi.SortOrder
Packages that use SortOrder
-
Uses of SortOrder in de.samply.reporter.utils
Methods in de.samply.reporter.utils with parameters of type SortOrderModifier and TypeMethodDescriptionstatic voidstatic voidSheetUtils.sort(org.apache.poi.ss.usermodel.Sheet sheet, SortOrder order, Integer column, BiFunction<org.apache.poi.ss.usermodel.Row, Integer, Comparable> rowColumnExtractor) -
Uses of SortOrder in de.samply.reporter.utils.poi
Methods in de.samply.reporter.utils.poi that return SortOrderModifier and TypeMethodDescriptionstatic SortOrderReturns the enum constant of this class with the specified name.static SortOrder[]SortOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.samply.reporter.utils.poi with parameters of type SortOrderModifier and TypeMethodDescriptionvoidSheetSorter.addSortKey(int column, SortOrder order) <C extends Comparable>
voidSheetSorter.addSortKey(int column, SortOrder order, BiFunction<org.apache.poi.ss.usermodel.Row, Integer, C> rowColumnExtractor)