Field | Value |
---|---|
Name | javimmutable Persistent Collections |
Description | Library providing immutable/persistent collection classes for Java. While collections are immutable they provide methods for adding and removing values by creating new modified copies of themselves. Each copy shares almost all of its structure with other copies to minimize memory consumption. |
Homepage | https://sourceforge.net/projects/javimmutablecollections/ |