You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Eric Goff <go...@gmail.com> on 2012/03/11 03:50:33 UTC

[collections] - immutable (functional programming) maps/sets/lists in java

I have a collection of implementations of efficient immutable maps/sets/lists
for java.

That is to say, they efficiently (in O(log n)) implement methods
for additon/removal/lookup/insert that return entirely new maps/sets/lists
while leaving the original unchanged.   In particular, I have an O(log n)
insertion of one list into another list.

Would the apache commons collections be a good place to donate this?
Has it already been done?

Thank you,
Eric Goff

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org