Returns true if this node is completely empty (no root element). @return true if empty, false otherwise
()
| 223 | * @return {@code true} if empty, {@code false} otherwise |
| 224 | */ |
| 225 | public boolean isEmpty() { |
| 226 | return false; |
| 227 | } |
| 228 | |
| 229 | /** |
| 230 | * Returns the number of elements in this node (including the root). |
no outgoing calls
no test coverage detected