Uses of Interface
name.matthewgreet.strutscommons.util.ListCacheRecordComparator
Packages that use ListCacheRecordComparator
Package
Description
Various helper classes, especially for session-based data, and libraries.
-
Uses of ListCacheRecordComparator in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return ListCacheRecordComparatorModifier and TypeMethodDescriptionListCache.getItemSorter()
Returns Strategy used to sort list, or null for no sorting.ListCache.ListCacheConfig.getItemSorter()
Returns item sorter Strategy, if any.Methods in name.matthewgreet.strutscommons.util with parameters of type ListCacheRecordComparatorModifier and TypeMethodDescriptionvoid
ListCache.ListCacheConfig.setItemSorter
(ListCacheRecordComparator<T> value) void
ListCache.setItemSorter
(ListCacheRecordComparator<T> itemSorter) Sets Strategy for sorting list data, overriding the list order of a list finder, or null to preserve list order.