Javadoc: Close HTML tag
This commit is contained in:
parent
0843ca103a
commit
d5c0defada
|
@ -21,12 +21,14 @@
|
||||||
* A bag stores an object and a count of the number of occurrences of the object.
|
* A bag stores an object and a count of the number of occurrences of the object.
|
||||||
* <p>
|
* <p>
|
||||||
* The following implementations are provided in the package:
|
* The following implementations are provided in the package:
|
||||||
|
* </p>
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>HashBag - implementation that uses a HashMap to store the data
|
* <li>HashBag - implementation that uses a HashMap to store the data
|
||||||
* <li>TreeBag - implementation that uses a TreeMap to store the data
|
* <li>TreeBag - implementation that uses a TreeMap to store the data
|
||||||
* </ul>
|
* </ul>
|
||||||
* <p>
|
* <p>
|
||||||
* The following decorators are provided in the package:
|
* The following decorators are provided in the package:
|
||||||
|
* </p>
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>Synchronized - synchronizes method access for multithreaded environments
|
* <li>Synchronized - synchronizes method access for multithreaded environments
|
||||||
* <li>Unmodifiable - ensures the bag cannot be altered
|
* <li>Unmodifiable - ensures the bag cannot be altered
|
||||||
|
|
Loading…
Reference in New Issue