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

/libcore/benchmarks/src/benchmarks/regression/
H A DEqualsHashCodeBenchmark.java21 import java.net.URI;
26 URI() { method in enum:EqualsHashCodeBenchmark.Type
28 return new URI(text);
55 b1 = type.newInstance("http://developer.android.com/reference/java/net/URI.html");
56 b2 = type.newInstance("http://developer.android.com/reference/java/net/URI.html");
/libcore/ojluni/src/main/java/java/net/
H A DURI.java48 * Represents a Uniform Resource Identifier (URI) reference.
51 * class represents a URI reference as defined by
53 * Resource Identifiers (URI): Generic Syntax</i></a>, amended by <a
58 * This class provides constructors for creating URI instances from
61 * and relativizing URI instances. Instances of this class are immutable.
64 * <h4> URI syntax and components </h4>
66 * At the highest level a URI reference (hereinafter simply "URI") in string
76 * <p> An <i>absolute</i> URI specifies a scheme; a URI tha
466 public final class URI class in inherits:Comparable,Serializable
517 private URI() { } // Used internally method in class:URI
588 public URI(String str) throws URISyntaxException { method in class:URI
665 public URI(String scheme, method in class:URI
738 public URI(String scheme, method in class:URI
772 public URI(String scheme, String host, String path, String fragment) method in class:URI
815 public URI(String scheme, String ssp, String fragment) method in class:URI
[all...]

Completed in 98 milliseconds