Expand description
Contains the StrategyShowEntries struct that can make use of different sorting strategies to show an ordered list of entries.
Structs
- Represents a way of displaying a list of EntryInformation objects in a particular order. The order of sorting is a strategy that can be specified when the struct is instantiated. The sorting strategy can be modified with a flag indicating whether the sort is reversed from normal (in this case, descending instead of ascending).