Uses of Class
xal.tools.data.SortOrdering
Packages that use SortOrdering
-
Uses of SortOrdering in xal.tools.data
Methods in xal.tools.data that return SortOrderingModifier and TypeMethodDescriptionAdd a new sort key to the end of the sort keys.Methods in xal.tools.data with parameters of type SortOrderingModifier and TypeMethodDescriptionDataTable.getRecords(String key, Object value, SortOrdering ordering) Fetch the records with a matching key/value pair binding and sort them according to the sort ordering.<T> List<GenericRecord>DataTable.getRecords(Map<String, T> bindings, SortOrdering ordering) Fetch the records with matching key/value pair bindings and sort them according to the sort ordering.DataTable.getRecords(SortOrdering ordering) Fetch all records held in the table and sort them according to the sort ordering.DataTable.orderRecords(Collection<GenericRecord> records, SortOrdering ordering) Order the records according to the specified sort ordering.