Name: | apache-commons-collections |
---|---|
Version: | 3.2.2 |
Release: | 10.module+el8.3.0+7697+44932688 |
Architecture: | noarch |
Module: | pki-deps:10.6:8030020200527165326:9edba152 pki-deps:10.6:8040020201130152515:9f9e2e7e pki-deps:10.6:8050020210611200146:b4937e53 pki-deps:10.6:8070020220624201252:3b9f49c4 |
Group: | Unspecified |
Size: | 630575 |
License: | ASL 2.0 |
RPM: | apache-commons-collections-3.2.2-10.module+el8.3.0+7697+44932688.noarch.rpm |
Source RPM: | apache-commons-collections-3.2.2-10.module+el8.3.0+7697+44932688.src.rpm |
Build Date: | Fri Aug 07 2020 |
Build Host: | jenkins-10-147-72-125-1f2a4b17-8bcf-4f84-8c3b-8c9cf24ac1eb.appad2iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://commons.apache.org/collections/ |
Summary: | Provides new interfaces, implementations and utilities for Java Collections |
Description: | The introduction of the Collections API by Sun in JDK 1.2 has been a boon to quick and effective Java programming. Ready access to powerful data structures has accelerated development by reducing the need for custom container classes around each core object. Most Java2 APIs are significantly easier to use because of the Collections API. However, there are certain holes left unfilled by Sun's implementations, and the Jakarta-Commons Collections Component strives to fulfill them. Among the features of this package are: - special-purpose implementations of Lists and Maps for fast access - adapter classes from Java1-style containers (arrays, enumerations) to Java2-style collections. - methods to test or create typical set-theory properties of collections such as union, intersection, and closure. |