Package apache-commons-collections: Information

    Source package: apache-commons-collections
    Version: 3.2.1-alt8_14jpp7
    Build time:  Mar 22, 2013, 11:22 AM
    Category: Development/Java
    Report package bug
    License: ASL 2.0
    Summary: Provides new interfaces, implementations and utilities for Java Collections
    Description: 
    The introduction of the Collections API by Sun in JDK 1.2 has been a
    boon to quick and effective Java programming. Ready access to powerful
    data structures has accelerated development by reducing the need for
    custom container classes around each core object. Most Java2 APIs are
    significantly easier to use because of the Collections API.
    However, there are certain holes left unfilled by Sun's
    implementations, and the Jakarta-Commons Collections Component strives
    to fulfill them. Among the features of this package are:
    - special-purpose implementations of Lists and Maps for fast access
    - adapter classes from Java1-style containers (arrays, enumerations) to
    Java2-style collections.
    - methods to test or create typical set-theory properties of collections
    such as union, intersection, and closure.

    List of rpms provided by this srpm:
    apache-commons-collections (noarch)
    apache-commons-collections-javadoc (noarch)
    apache-commons-collections-testframework (noarch)
    apache-commons-collections-testframework-javadoc (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    ACL:
    Igor Vlasenko
    @everybody

      1. ant
      2. apache-commons-parent
      3. /proc
      4. maven
      5. maven-antrun-plugin
      6. maven-assembly-plugin
      7. maven-compiler-plugin
      8. maven-doxia-sitetools
      9. maven-idea-plugin
      10. maven-install-plugin
      11. maven-jar-plugin
      12. maven-javadoc-plugin
      13. maven-plugin-bundle
      14. maven-resources-plugin
      15. maven-surefire-plugin
      16. maven-surefire-provider-junit
      17. rpm-build-java
      18. jpackage-compat
      19. jpackage-utils

    Last changed


    March 17, 2013 Igor Vlasenko 0:3.2.1-alt8_14jpp7
    - fc update
    March 7, 2013 Igor Vlasenko 0:3.2.1-alt8_6jpp6
    - NMU for unknown reason:
      the person above was too neglectant to add --changelog "- NMU: <reason>" option.
    March 5, 2013 Igor Vlasenko 0:3.2.1-alt7_6jpp6
    - fixed build with new svgsalamander