boesing / typed-arrays

Library which provides interfaces to work with arrays containing an ordered list of values or to work with hashmaps (arrays with string/non-integerish keys)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Factories for map and list creation

boesing opened this issue · comments

In order to create instances of lists or maps, we need factories so we can decouple from specific GenericOrderedList or GenericMap instances.

Closed with #31