Checks if the list of names is empty. @return result of check
()
| 61 | * @return result of check |
| 62 | */ |
| 63 | public boolean isEmpty() { |
| 64 | return qnames.isEmpty(); |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * Checks if the name of the addressed database entry is to be indexed. |
no outgoing calls
no test coverage detected