Returns whether this map is empty. @return true if this map has no elements, false otherwise.
()
| 13 | * @return {@code true} if this map has no elements, {@code false} otherwise. |
| 14 | */ |
| 15 | boolean isEmpty(); |
| 16 | |
| 17 | boolean containsKey(long key); |
| 18 |
no outgoing calls