libcommons-collections4-java 4.2-1~18.04 source package in Ubuntu

Changelog

libcommons-collections4-java (4.2-1~18.04) bionic; urgency=medium

  * Backport for OpenJDK 11. LP: #1814133.

libcommons-collections4-java (4.2-1) unstable; urgency=medium

  * New upstream release
  * Fixed the build failure with Java 11 (Closes: #912477)
  * Added the OSGi metadata
  * Standards-Version updated to 4.2.1
  * Switch to debhelper level 11
  * Use salsa.debian.org Vcs-* URLs
  * Track and download the new releases from the GitHub mirror

 -- Matthias Klose <email address hidden>  Tue, 26 Feb 2019 15:40:13 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe misc
Bionic security universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcommons-collections4-java_4.2.orig.tar.xz 435.2 KiB e6b25f22128d2b5e6181d9736f313103e079366013f853061aba16e8d4feb729
libcommons-collections4-java_4.2-1~18.04.debian.tar.xz 3.5 KiB 1e9fd12515df6ca19b824a6312a3f5ec82e9927bcf86f3b0f247ccb3eca8f457
libcommons-collections4-java_4.2-1~18.04.dsc 2.4 KiB c6f7f1e25b3a271a4c37d8652c992e558258cfe17d52a2b14503141b3158dea4

Available diffs

View changes file

Binary packages built by this source

libcommons-collections4-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 recognized 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-collections4-java-doc: Documentation for Commons Collections 4

 Commons Collections seek to build upon the JDK classes by providing new
 interfaces, implementations and utilities.
 .
 This package contains the API documentation of libcommons-collections4-java.