diff --git a/src/java/org/apache/commons/collections/functors/package.html b/src/java/org/apache/commons/collections/functors/package.html new file mode 100644 index 000000000..bbbd6e68c --- /dev/null +++ b/src/java/org/apache/commons/collections/functors/package.html @@ -0,0 +1,10 @@ +
++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. + +