Improve package html

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131398 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2003-12-03 12:23:19 +00:00
parent 3c5ad2e9ae
commit aae1dcdb92
4 changed files with 4 additions and 17 deletions

View File

@ -2,10 +2,6 @@
<p>
This package contains implementations of the Bag and SortedBag interfaces.
<p>
The implementations are in the form of direct implementations and decorators.
A decorator wraps another implementation of the interface to add some
specific additional functionality.
<p>
The following implementations are provided in the package:
<ul>
<li>HashBag - implementation that uses a HashMap to store the data

View File

@ -1,10 +1,9 @@
<BODY>
<p>
This package contains implementations of the BidiMap, OrderedBidiMap and SortedBidiMap interfaces.
<p>
The implementations are in the form of direct implementations and decorators.
A decorator wraps another implementation of the interface to add some
specific additional functionality.
A BidiMap is an extension to Map that allows keys and values to be looked up with equal ease.
One example usage is a system communicating to a legacy datasource that must convert codes
from the new format to the old format and vice versa.
<p>
The following implementations are provided in the package:
<ul>

View File

@ -2,10 +2,6 @@
<p>
This package contains implementations of the Buffer and PriorityQueue interfaces.
<p>
The implementations are in the form of direct implementations and decorators.
A decorator wraps another implementation of the interface to add some
specific additional functionality.
<p>
The following implementations are provided in the package:
<ul>
<li>BinaryHeap - implements both Buffer and PriorityQueue

View File

@ -2,11 +2,7 @@
<p>
This package contains implementations of the Collection interface.
<p>
The implementations are in the form of direct implementations and decorators.
A decorator wraps another implementation of the interface to add some
specific additional functionality.
<p>
The following implementations are provided in the package:
The following decorators are provided in the package:
<ul>
<li>Synchronized - synchronizes method access for multi-threaded environments
<li>Unmodifiable - ensures the collection cannot be altered