public class FileFilterComparator extends Object implements Comparator<FileFilter>
| Constructor and Description |
|---|
FileFilterComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(FileFilter f1,
FileFilter f2)
Compares its two arguments for order.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic int compare(FileFilter f1, FileFilter f2)
compare in interface Comparator<FileFilter>f1 - the first filter to be compared.f2 - the second filter to be compared.Copyright © 2015 Revolution Systems Inc.. All rights reserved.