shapesecurity / shape-functional-java

add some FP familiarity to a Java project
Apache License 2.0
8 stars 7 forks source link

Improve MultiHashTable implementation #62

Open Protryon opened 6 years ago

Protryon commented 6 years ago

Currently it is woefully underimplemented.

Possible additions: map function (not map entries) length property foldLeft/foldRight/foldAbelian, ideally list and item variants. implement Iterable interface. keys method