Org.apache.commons.collections.map.unmodifiablemap Jar Download //free\\ -

: For version 3.2.2 (the final release of the 3.x line), you can download the JAR from the Maven Central Repository .

: Most newer projects use the 4.x series (package org.apache.commons.collections4.map ), which is available at the Maven Central 4.x repository . Maven and Gradle Dependencies : For version 3

To use UnmodifiableMap , you need the JAR file. The specific package name org.apache.commons.collections.map belongs to the 3.x series of the library. The specific package name org

If you are starting a new project, use the improved version ( org.apache.commons.collections4.map.UnmodifiableMap ): UnmodifiableMap (Apache Commons Collections 4.5.0 API) Where to Download the JAR

The class org.apache.commons.collections.map.UnmodifiableMap is a specialized decorator from the Apache Commons Collections library designed to prevent changes to an underlying Java Map. Attempts to modify a Map wrapped in this decorator will result in an UnsupportedOperationException . Where to Download the JAR