Add package html

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131435 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2003-12-13 23:33:11 +00:00
parent 4ac240368a
commit 6b8aad6314
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<BODY>
<p>
This package contains implementations of the
{@link org.apache.commons.collections.Closure Closure},
{@link org.apache.commons.collections.Predicate Predicate},
{@link org.apache.commons.collections.Predicate Transformer} and
{@link org.apache.commons.collections.Predicate Factory} interfaces.
These provide simple callbacks for processing with collections.
</pre>
</BODY>