libcommons-collections3-java 3.2.1-5build1 source package in Ubuntu

Changelog

libcommons-collections3-java (3.2.1-5build1) quantal; urgency=low

  * No-change rebuild with openjdk-7 as default-jdk.
 -- James Page <email address hidden>   Fri, 18 May 2012 11:41:56 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Quantal
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcommons-collections3-java_3.2.1.orig.tar.gz 596.7 KiB 36b4a1fb1e9a31e41f8d6b1abdbb76967035b20c06850506a13a782d51e68ecd
libcommons-collections3-java_3.2.1-5build1.debian.tar.gz 5.9 KiB 9cd67c886e25ac1abe232f996debaccaf11fbf76005023d7d00bd7787351eaf0
libcommons-collections3-java_3.2.1-5build1.dsc 2.3 KiB bcbec70aa8d536a6e7aa4a7378beb165a0b5c03d99a99f481471c0fa8dc6078f

View changes file

Binary packages built by this source

libcommons-collections3-java: 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 recognised 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

libcommons-collections3-java-doc: Documentation for libcommons-collections3-java

 Javadocs for libcommons-collections3-java which is a Java
 collection framework.