Source: libcommons-collections4-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg Build-Depends: debhelper (>= 11), default-jdk, default-jdk-doc, junit4, libcommons-parent-java (>= 39-3~), libeasymock-java, libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java, maven-debian-helper (>= 2.0.2~) Standards-Version: 4.2.1 Vcs-Git: https://salsa.debian.org/java-team/libcommons-collections4-java.git Vcs-Browser: https://salsa.debian.org/java-team/libcommons-collections4-java Homepage: http://commons.apache.org/collections/ Package: libcommons-collections4-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Suggests: libcommons-collections4-java-doc Description: Apache Commons Collections - Extended Collections API for Java The Java Collections Framework was a major addition in JDK 1.2. It added many powerful data structures that accelerate development of most significant Java applications. Since that time it has become the recognized standard for collection handling in Java. . Commons Collections seek to build upon the JDK classes by providing new interfaces, implementations and utilities. There are many features, including: . * Bag interface for collections that have a number of copies of each object * BidiMap interface for maps that can be looked up from value to key as well and key to value * MapIterator interface to provide simple and quick iteration over maps * Transforming decorators that alter each object as it is added to the collection * Composite collections that make multiple collections look like one * Ordered maps and sets that retain the order elements are added in, including an LRU based map * Reference map that allows keys and/or values to be garbage collected under close control * Many comparator implementations * Many iterator implementations * Adapter classes from array and enumerations to collections * Utilities to test or create typical set-theory properties of collections such as union, intersection, and closure Package: libcommons-collections4-java-doc Architecture: all Section: doc Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: libcommons-collections4-java Description: Documentation for Commons Collections 4 Commons Collections seek to build upon the JDK classes by providing new interfaces, implementations and utilities. . This package contains the API documentation of libcommons-collections4-java.