Пакет google-collections: Информация

    Исходный пакет: google-collections
    Версия: 1.0-alt2_3jpp6
    Собран:  28 августа 2012 г. 22:48
    Категория: Разработка/Java
    Сообщить об ошибке в пакете
    Домашняя страница: http://code.google.com/p/google-collections/

    Лицензия: ASL 2.0
    О пакете: Google Collections Library
    Описание: 
    The Google Collections Library 1.0 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

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    google-collections (noarch)
    google-collections-javadoc (noarch)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

    Права:
    @qa_p7

      1. /proc
      2. ant >= 0:1.7.1
      3. cglib
      4. tl4j
      5. easymock-classextension2
      6. easymock2
      7. unzip
      8. jsr-305
      9. junit
      10. java-javadoc
      11. jpackage-compat
      12. jpackage-utils >= 0:1.7.5

    Последнее изменение


    28 августа 2012 г. Igor Vlasenko 0:1.0-alt2_3jpp6
    - fixed build
    8 февраля 2012 г. Igor Vlasenko 0:1.0-alt1_3jpp6
    - new version
    21 февраля 2010 г. Igor Vlasenko 0:1.0-alt1_0.rc2.1jpp5
    - new version