Searched defs:relative (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DURI.java52 * URIs are either {@link #isAbsolute() absolute or relative}.
62 * have the absolute URI that a relative URI is relative to, you can use {@link
64 * {@link #relativize} to compute the relative URI from one URI to another.
67 * URI relative = new URI("robots.txt");
71 * System.out.println(absolute.resolve(relative));
1105 * Makes the given URI {@code relative} to a relative URI against the URI
1108 * @param relative
1110 * @return the relative UR
1112 relativize(URI relative) argument
1166 resolve(URI relative) argument
1238 resolve(String relative) argument
[all...]
/libcore/luni/src/main/java/java/sql/
H A DResultSet.java1263 public boolean relative(int rows) throws SQLException; method in interface:ResultSet

Completed in 80 milliseconds