@Override
public int compareTo (FileTime other)

Compares the value of two FileTime objects for order.

Parameters:
other     the other FileTime to be compared

Returns:  0 if this FileTime is equal to other, a value less than 0 if this FileTime represents a time that is before other, and a value greater than 0 if this FileTime represents a time that is after other