| Constructor and Description | 
|---|
| DirectoryEntryCompare(boolean sortMixFilesAndDirs,
                     boolean sortIgnoreCase)Creates a new  DirectoryEntryCompare. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | compare(VFSFile file1,
       VFSFile file2) | 
public DirectoryEntryCompare(boolean sortMixFilesAndDirs,
                             boolean sortIgnoreCase)
DirectoryEntryCompare.sortMixFilesAndDirs - If false, directories are
 put at the top of the listing.sortIgnoreCase - If false, upper case comes before
 lower case.