Returns true if the table contains no mappings.
()
| 105 | |
| 106 | /** Returns {@code true} if the table contains no mappings. */ |
| 107 | boolean isEmpty(); |
| 108 | |
| 109 | /** |
| 110 | * Returns the number of row key / column key / value mappings in the table. |
no outgoing calls