Returns a set of all keys in the MultiMap. @return a set of all keys
()
| 103 | * @return a set of all keys |
| 104 | */ |
| 105 | public Set<K> keySet() { |
| 106 | return map.keySet(); |
| 107 | } |
| 108 | |
| 109 | public boolean isEmpty() { |
| 110 | return map.isEmpty(); |
no outgoing calls
no test coverage detected