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

Changelog

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

 -- Emmanuel Bourg <email address hidden>  Tue, 06 Nov 2018 16:47:50 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcommons-collections4-java_4.2-1.dsc 2.4 KiB 88cd7fa8cd878b7b44c7cebc333d4e3d3c68861005018a30fcf9148811becda5
libcommons-collections4-java_4.2.orig.tar.xz 435.2 KiB e6b25f22128d2b5e6181d9736f313103e079366013f853061aba16e8d4feb729
libcommons-collections4-java_4.2-1.debian.tar.xz 3.4 KiB db43f174b53ae145f89b7918438ee05f2a11733d263d65fc4cb450dfab4ee1d1

Available diffs

No changes file available.

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: No summary available for libcommons-collections4-java-doc in ubuntu kinetic.

No description available for libcommons-collections4-java-doc in ubuntu kinetic.