-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathREADME.html
More file actions
20 lines (20 loc) · 988 Bytes
/
Copy pathREADME.html
File metadata and controls
20 lines (20 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title>Commons-Collections with Generics Readme</title>
</head>
<body>
<h1>Commons-Collections with Generics</h1>
This package is a new version of the popular <a href="http://jakarta.apache.org/commons/collections/">Jakarta Commons-Collections</a> project that introduces support for
<a href="http://java.sun.com/j2se/1.5.0/docs/guide/language/generics.html">Java 1.5 Generics</a>.
Generics introduce a whole new level of usability and type-safety to the Commons-Collections classes.
The functionality of the package is otherwise left unchanged.
<p>
See the <a href="http://larvalabs.com/collections/">home page</a> of the project for more information.
<p>
The generics conversion was performed by
<a href="http://larvalabs.com">Matt Hall</a> and
<a href="http://larvalabs.com">John Watkinson</a>.
See the <a href="http://jakarta.apache.org/commons/collections/team-list.html">here</a> for the list of
authors of the original Jakarta Commons-Collections.
</body>
</html>