Remove deprecated classes from documentation

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@405918 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2006-05-12 22:46:29 +00:00
parent c6bd07e5ab
commit 242b938ec3
1 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<!-- $Id$ -->
<!--
Copyright 2003-2004 The Apache Software Foundation
Copyright 2003-2006 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -22,10 +22,8 @@ This package contains the interfaces and utilities shared across all the subpack
The following collection implementations are provided in the package:
<ul>
<li>ArrayStack - a non synchronized Stack that follows the same API as java util Stack
<li>BeanMap - a map that wraps a JavaBean, representing its properties as map keys and values
<li>ExtendedProperties - extends the Properties class to add extra functionality
<li>MultiHashMap - an map that stores multiple values against each key
</ul>
<p>
</body>