This method may not be used to compare paths that are associated with different file system providers. @param other the path compared to this path. @return zero if the argument is {@link #equals equal} to this path, avalue less than zero if this path is lexicographically less than the argument, or a value greater than zero if this path is lexicographically greater than the argument @throws ClassCastException if the paths are associated with different providers
|
|