Improve documentation

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131457 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2003-12-25 01:21:02 +00:00
parent 2af965bdef
commit 4997325aa0
1 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,10 @@
This package contains implementations of the
{@link java.util.Collection Collection} interface.
<p>
The following implementations are provided in the package:
<ul>
<li>CompositeCollection - a collection that combines multiple collections into one
</ul>
The following decorators are provided in the package:
<ul>
<li>Synchronized - synchronizes method access for multi-threaded environments
@ -10,7 +14,6 @@ The following decorators are provided in the package:
<li>Predicated - ensures that only elements that are valid according to a predicate can be added
<li>Typed - ensures that only elements that are of a specific type can be added
<li>Transformed - transforms elements as they are added
<li>Composite - provides a single collection view of a group of collections
</ul>
</pre>
</BODY>