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.
|
||||
* <p>
|
||||
* The following implementations are provided in the package:
|
||||
* </p>
|
||||
* <ul>
|
||||
* <li>HashBag - implementation that uses a HashMap to store the data
|
||||
* <li>TreeBag - implementation that uses a TreeMap to store the data
|
||||
* </ul>
|
||||
* <p>
|
||||
* The following decorators are provided in the package:
|
||||
* </p>
|
||||
* <ul>
|
||||
* <li>Synchronized - synchronizes method access for multithreaded environments
|
||||
* <li>Unmodifiable - ensures the bag cannot be altered
|
||||
|
|
Loading…
Reference in New Issue