public class FileCompare extends Object implements CompareInterface
SortedVector,
CompareInterface| Constructor and Description |
|---|
FileCompare() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Object thisone,
Object other)
Make the comparison.
|
public int compare(Object thisone, Object other)
compare in interface CompareInterfacethisone - the first object to compare. should be a File.other - the second object to compare. should be a File.MMBase 1.9-SNAPSHOT - ${javadoctimestamp}