was missing documentation for 2 Bag classes

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130613 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Morgan James Delagrange 2002-02-26 21:56:22 +00:00
parent aefdbe058a
commit 17ce3e4615
1 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,11 @@
<li><strong>SequencedHashMap</strong> - A map of objects whose mapping entries are <li><strong>SequencedHashMap</strong> - A map of objects whose mapping entries are
sequenced based on the order in sequenced based on the order in
which they were added.</li> which they were added.</li>
<li><strong>SortedBag</strong> - A type of <strong>Bag</strong> that maintains order among its unique
representative members</li>
<li><strong>TreeBag</strong> - An implementation of <strong>Bag</strong> that is backed by a
TreeMap. Order will be maintained among the unique representative
members.</li>
</ul> </ul>