Package io.higson.runtime.sorter
Class ParamSorter
java.lang.Object
io.higson.runtime.sorter.ParamSorter
- Author:
- przemek hertel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsort(ParamValue matrix, SortConfig sort) Sorts given matrix according to given sort configuration.
-
Constructor Details
-
ParamSorter
public ParamSorter()
-
-
Method Details
-
sort
Sorts given matrix according to given sort configuration.- Parameters:
matrix- object that will be sortedsort- sorting configuration- Returns:
- given matrix
-