hrldcpr / pcollections

A Persistent Java Collections Library
Other
765 stars 79 forks source link

OrderedPMap #102

Closed hrldcpr closed 2 years ago

hrldcpr commented 2 years ago

similar to OrderedPSet and LinkedHashMap, as requested by @prdoyle in #95

(this is built on top of #101 though can be easily rebased if necessary)

hrldcpr commented 2 years ago

Just remembered I need to add some tests that actually test the ordering, will do that soon

prdoyle commented 2 years ago

Looks great. Thanks!