Package google-collections: Information

    Source package: google-collections
    Version: 1.0-alt1_0.rc2.1jpp5
    Build time:  Feb 22, 2010, 07:33 AM
    Category: Development/Java
    Report package bug
    License: ASL 2.0
    Summary: Google Collections Library
    Description: 
    The Google Collections Library 1.0 (ALPHA) is a suite of new collections and
    collection-related goodness for Java 5.0, brought to you by Google.
    
    This library is a natural extension of the Java Collections Framework you
    already know and love.
    
    The major new types are:
    
        * BiMap. A Map that guarantees unique values, and supports an inverse view.
        * Multiset. A Collection that may contain duplicate values like a List, yet
          has order-independent equality like a Set. Often used to represent a
          histogram.
        * Multimap. Similar to Map, but may contain duplicate keys. Has subtypes
          SetMultimap and ListMultimap providing more specific behavior.
    
    There are also more than a dozen collection implementations, mostly of the
    interfaces above, but not all. ReferenceMap, for example, is a ConcurrentMap
    implementation which easily handles any combination of strong, soft or weak
    keys with strong, soft or weak values.
    
    Static utility classes include:
    
        * Comparators. Natural order, compound, null-friendly, ad-hoc . . .
        * Iterators and Iterables. Element-based equality, cycle, concat,
          partition, filter with predicate, transform with function . . .
        * Lists, Sets and Maps. A plethora of convenient factory methods and much
          more.
        * PrimitiveArrays: "boxing"/"unboxing" of primitive arrays
    
    And there's more:
    
        * Forwarding collections
        * Constrained collections
        * Implementation helpers like AbstractIterator

    List of rpms provided by this srpm:
    google-collections (noarch)
    google-collections-javadoc (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

      1. ant
      2. /proc
      3. java-javadoc
      4. jpackage-compat
      5. jpackage-utils

    Last changed


    Feb. 21, 2010 Igor Vlasenko 0:1.0-alt1_0.rc2.1jpp5
    - new version
    Sept. 6, 2008 Igor Vlasenko 0:0.7-alt1_1jpp5
    - converted from JPackage by jppimport script