Update package-info for collection package.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1451884 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-03-02 13:05:33 +00:00
parent d1ba17365f
commit 13808248c4
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
* The following implementations are provided in the package: * The following implementations are provided in the package:
* <ul> * <ul>
* <li>CompositeCollection - a collection that combines multiple collections into one * <li>CompositeCollection - a collection that combines multiple collections into one
* <li>IndexedCollection - a collection that provides a map-like view on another one
* </ul> * </ul>
* The following decorators are provided in the package: * The following decorators are provided in the package:
* <ul> * <ul>