Tests if the set is empty. @return true if the set is empty, otherwise false
()
| 116 | * @return {@code true} if the set is empty, otherwise {@code false} |
| 117 | */ |
| 118 | public boolean isEmpty() { |
| 119 | return netmasks.isEmpty(); |
| 120 | } |
| 121 | |
| 122 | /** |
| 123 | * Adds a {@link NetMask} list from a string input containing a comma-separated list of (hopefully valid) |
no outgoing calls
no test coverage detected