palatable / shoki

Purely functional data structures in Java
https://palatable.github.io/shoki/
MIT License
38 stars 11 forks source link

MultiSet <: Map #16

Closed jnape closed 4 years ago

jnape commented 4 years ago

If MultiSet can subtype Map, life gets better.

jnape commented 4 years ago

For now, this is not going to happen. The interfaces that are convenient for one are not convenient for the other without additional abstractions. This goes on the back burner.