Returns true if this collection is empty. Generally, calling this method is more efficient than calling getFiles().isEmpty().
getFiles().isEmpty()
true if this collection is empty, false otherwise.