git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@606721 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6165d35534
commit
c493bb9126
|
@ -43,8 +43,8 @@
|
||||||
</td>
|
</td>
|
||||||
<td valign="top">
|
<td valign="top">
|
||||||
A new <code>Collection</code> subinterface that stores each object together
|
A new <code>Collection</code> subinterface that stores each object together
|
||||||
with the number of occurances. Methods are provided to get the number of
|
with the number of occurrences. Methods are provided to get the number of
|
||||||
occurances, and to add and remove a certain number of that object.
|
occurrences, and to add and remove a certain number of that object.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
</td>
|
</td>
|
||||||
<td valign="top">
|
<td valign="top">
|
||||||
A new <code>Map</code> subinterface that is used when a map has an order, but is
|
A new <code>Map</code> subinterface that is used when a map has an order, but is
|
||||||
not sorted. Methods enable bidriectional iteration through the map.
|
not sorted. Methods enable bidirectional iteration through the map.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue