Returns the number of key/value pairs @webref intdict:method @webBrief Returns the number of key/value pairs
()
| 115 | * @webBrief Returns the number of key/value pairs |
| 116 | */ |
| 117 | public int size() { |
| 118 | return count; |
| 119 | } |
| 120 | |
| 121 | |
| 122 | /** |
no outgoing calls
no test coverage detected