contains
Determines whether this collection contains the given file. Generally, this method is more efficient than calling getFiles().contains(file).
Return
true if this collection contains the given file, false otherwise.
Since
0.9
Parameters
file
The file to check for.