Returns true if this library has no collections. @return true if empty
()
| 201 | * @return true if empty |
| 202 | */ |
| 203 | protected boolean isEmpty() { |
| 204 | return pathList.isEmpty(); |
| 205 | } |
| 206 | |
| 207 | /** |
| 208 | * Returns true if this library contains a collection path. |
no outgoing calls