S
sam
I need to store and sort a list of key/value items. The key is a date (year
and month) like this yyyymm and the value is a string.
The key must not be unique and accepts doublon.
With this Table I need to sort by key (date) and make a search for
extracting some items.
Wich collection can do that ?
Thanks for help.
sam
and month) like this yyyymm and the value is a string.
The key must not be unique and accepts doublon.
With this Table I need to sort by key (date) and make a search for
extracting some items.
Wich collection can do that ?
Thanks for help.
sam