blob: 37cd4521e19cbc7ae9ce56ddb4ae96db4d68044b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
A suite of classes that extend or augment the Java Collections Framework.
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 Java 2-style
collections. Methods to test or create typical set-theory properties of
collections such as union, intersection, and closure.
WWW: http://jakarta.apache.org/commons/collections/
|