Searched defs:endsWith (Results 1 - 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
H A DAbstractPath.java47 public final boolean endsWith(String other) { method in class:AbstractPath
48 return endsWith(getFileSystem().getPath(other));
H A DUnixPath.java659 public boolean endsWith(Path other) { method in class:UnixPath
/libcore/ojluni/src/main/java/java/nio/file/
H A DPath.java57 * the {@link #startsWith startsWith} and {@link #endsWith endsWith} methods.
285 boolean endsWith(Path other); method in interface:Path
290 * #endsWith(Path) endsWith(Path)} method. On UNIX for example, the path
306 boolean endsWith(String other); method in interface:Path
347 * that {@link #endsWith ends} with the given path. Where the given path has
/libcore/ojluni/src/main/java/java/lang/
H A DString.java1390 public boolean endsWith(String suffix) { method in class:String

Completed in 186 milliseconds