git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@606721 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2007-12-24 18:11:04 +00:00
parent 6165d35534
commit c493bb9126
1 changed files with 3 additions and 3 deletions

View File

@ -43,8 +43,8 @@
</td>
<td valign="top">
A new <code>Collection</code> subinterface that stores each object together
with the number of occurances. Methods are provided to get the number of
occurances, and to add and remove a certain number of that object.
with the number of occurrences. Methods are provided to get the number of
occurrences, and to add and remove a certain number of that object.
</td>
</tr>
<tr>
@ -71,7 +71,7 @@
</td>
<td valign="top">
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>
</tr>
<tr>