You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge MapDecoder and SequencedMapDecoder SetDecoder and SequencedSetDecoder
The code for each is almost identical. The only difference is what type of map or set is created.
Make each decoder more robust so depending on the list type it will create a different list. For example, so we can return linked list as well as array list.
The text was updated successfully, but these errors were encountered:
…cedSetDecoder, ListDecoder and SequencedCollectionDecoder #173
Also support all forms of lists, sets and maps. So you can ask for a TreeMap or TreeSet.
Merge MapDecoder and SequencedMapDecoder SetDecoder and SequencedSetDecoder
The code for each is almost identical. The only difference is what type of map or set is created.
Make each decoder more robust so depending on the list type it will create a different list. For example, so we can return linked list as well as array list.
The text was updated successfully, but these errors were encountered: