Package: wnpp Severity: wishlist Owner: Markus Koschany <a...@debian.org> X-Debbugs-Cc: debian-de...@lists.debian.org, debian-j...@lists.debian.org, a...@debian.org
* Package name : libdexx-java Version : 0.7 Upstream Author : Andrew O'Malley * URL : https://github.com/andrewoma/dexx * License : MIT Programming Lang: Java Description : immutable, persistent collection classes for Java Dexx Collections are a port of Scala's immutable, persistent collection classes to pure Java. Persistent in the context of functional data structures means the data structure preserves the previous version of itself when modified. This means any reference to a collection is effectively immutable. However, modifications can be made by returning a new version of the data structure, leaving the original structure unchanged.