Returns true if the table contains no mappings.
()
| 115 | |
| 116 | /** Returns {@code true} if the table contains no mappings. */ |
| 117 | boolean isEmpty(); |
| 118 | |
| 119 | /** Returns the number of row key / column key / value mappings in the table. */ |
| 120 | int size(); |
no outgoing calls