Map Key Value Repo
MutableMap-based KeyValueRepo. All internal operations will be locked with locker
Warning: It is not recommended to use constructor with both MutableMap and SmartRWLocker. Besides, in case you are using your own MutableMap as a map you should be careful with operations on this map
Properties
This flow must emit data each time when data by Key has been changed with set method or in any other way excluding cases of data removing
This flow must emit data each time when data by Key has been removed with unset/unsetWithValues methods or in any other way
Functions
This method should use sorted by Keys search and return the PaginationResult. By default, it should use ascending sort for Keys
This method should use sorted by Keys search and return the PaginationResult. By default, it should use ascending sort for Keys.
This method should use sorted by Keys search and return the PaginationResult. By default, it should use ascending sort for Keys