libcommons-collections3-java 3.2.2-ok1.1 source package in openKylin

Changelog

libcommons-collections3-java (3.2.2-ok1.1) nile; urgency=medium

  * Build for openkylin.

 -- rtlhq <nobelxyz@163.com>  Sat, 02 Sep 2023 18:10:25 +0800

Upload details

Uploaded by:
rtlhq
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main java
Nile V2.0 proposed main java

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcommons-collections3-java_3.2.2.orig.tar.xz 378.8 KiB 04747f22038291c79ae0059dcec184ea2a40b7aaf5ed55e9c50fe2b646ebd771
libcommons-collections3-java_3.2.2-ok1.1.debian.tar.xz 6.1 KiB 63d4a003e8e5213c09f76add1a7f32e65a67f7be02848b7572815017ed2b04cc
libcommons-collections3-java_3.2.2-ok1.1.dsc 2.0 KiB ffc373d5c3a0e86e59246f3f869847339765068b3ce01ca067f1967dd0814957

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.