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