2004-08-14 18:09:15 +02:00
|
|
|
A suite of classes that extend or augment the Java Collections Framework.
|
2002-10-18 22:38:12 +02:00
|
|
|
|
2004-08-14 18:09:15 +02:00
|
|
|
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:
|
2002-10-18 22:38:12 +02:00
|
|
|
|
2004-08-14 18:09:15 +02:00
|
|
|
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
|
2002-10-18 22:38:12 +02:00
|
|
|
collections such as union, intersection, and closure.
|
|
|
|
|
2004-08-14 18:09:15 +02:00
|
|
|
WWW: http://jakarta.apache.org/commons/collections/
|