Uses of Interface
app.babylon.table.sorting.ComparatorInt
Packages that use ComparatorInt
-
Uses of ComparatorInt in app.babylon.table.column
Methods in app.babylon.table.column with parameters of type ComparatorIntModifier and TypeMethodDescriptionstatic ColumnColumns.sort(Column column, ComparatorInt comparator) Returns a sorted view using the supplied row comparator. -
Uses of ComparatorInt in app.babylon.table.sorting
Methods in app.babylon.table.sorting with parameters of type ComparatorIntModifier and TypeMethodDescriptionstatic voidSortInt.stableSort(int[] values, ComparatorInt comparator)