(final Collection<?> collection)
| 239 | } |
| 240 | |
| 241 | static boolean isEmpty(final Collection<?> collection) { |
| 242 | return collection == null || collection.isEmpty(); |
| 243 | } |
| 244 | |
| 245 | /** |
| 246 | * Converts the given String to a char[]. |
no outgoing calls
no test coverage detected