Returns the number of elements in this StringMap. Every occurrence of keys that appear multiple times is counted. @return The number of elements in this StringMap. @see #keys @implements Dictionary#size
()
| 132 | * @implements Dictionary#size |
| 133 | */ |
| 134 | public int |
| 135 | size() |
| 136 | { |
| 137 | return keys.size(); |
| 138 | } |
| 139 | |
| 140 | /** |
| 141 | * Tests if there are any elements in this StringMap. |