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

/art/tools/ahat/src/
H A DQuery.java5 * you may not use this file except in compliance with the License.
52 * Return the value of a query parameter with the given name.
53 * If there is no query parameter with that name, returns the default value.
54 * If there are multiple query parameters with that name, the value of the
56 * If the parameter is defined with an empty value, "" is returned.
64 * Return the long value of a query parameter with the given name.
72 * Return the int value of a query parameter with the given name.
81 * page, except with the named query parameter set to the new value.
86 public URI with(String name, String value) { method in class:Query
106 * page, except with th
108 public URI with(String name, long value) { method in class:Query
[all...]

Completed in 289 milliseconds