Lines Matching refs:other

42  * The other name elements are directory names. A {@code Path} can represent a
56 * Paths can be {@link #compareTo compared}, and tested against each other using
69 * directories, and other types of files. For example, suppose we want a {@link
81 * with the {@link java.io.File java.io.File} class. Paths created by other
112 * with other path information in order to locate a file.
234 * @param other
240 boolean startsWith(Path other);
249 * @param other
258 boolean startsWith(String other);
279 * @param other
285 boolean endsWith(Path other);
297 * @param other
306 boolean endsWith(String other);
340 * <p> If the {@code other} parameter is an {@link #isAbsolute() absolute}
341 * path then this method trivially returns {@code other}. If {@code other}
351 * @param other
358 Path resolve(Path other);
368 * @param other
378 Path resolve(String other);
387 * or {@code other} is {@link #isAbsolute() absolute}, then this method
388 * returns {@code other}. If {@code other} is an empty path then this method
392 * @param other
399 Path resolveSibling(Path other);
406 * @param other
416 Path resolveSibling(String other);
442 * the {@link Files#isSameFile same} file as {@code other} is implementation
448 * @param other
455 * if {@code other} is not a {@code Path} that can be relativized
458 Path relativize(Path other);
488 * Java virtual machine. Whether other providers make any guarantees is
740 * @param other the path compared to this path.
751 int compareTo(Path other);
769 * @param other
775 boolean equals(Object other);