Package gnu-trove: Information

    Source package: gnu-trove
    Version: 1.0.2-alt1_9jpp6
    Build time:  Oct 23, 2010, 03:16 PM
    Category: Development/Java
    Report package bug
    License: LGPLv2+
    Summary: High performance collections for Java
    Description: 
    The GNU Trove library has two objectives:
    
    Provide "free" (as in "free speech" and "free beer"),
    fast, lightweight implementations of the java.util
    Collections API. These implementations are designed
    to be pluggable replacements for their JDK equivalents.
    
    Whenever possible, provide the same collections support
    for primitive types. This gap in the JDK is often
    addressed by using the "wrapper" classes
    (java.lang.Integer, java.lang.Float, etc.) with
    Object-based collections. For most applications, however,
    collections which store primitives directly will require
    less space and yield significant performance gains.

    List of rpms provided by this srpm:
    gnu-trove (noarch)
    gnu-trove-javadoc (noarch)
    gnu-trove-repolib (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    ACL:
    @qa_p7

      1. jpackage-compat
      2. jpackage-utils
      3. junit
      4. /proc
      5. ant
      6. ant-junit

    Last changed


    Oct. 23, 2010 Igor Vlasenko 0:1.0.2-alt1_9jpp6
    - added pom
    Feb. 21, 2010 Igor Vlasenko 0:1.0.2-alt1_7jpp5
    - use default jpp profile
    Sept. 6, 2008 Igor Vlasenko 0:1.0.2-alt1_6jpp5
    - converted from JPackage by jppimport script