| Modifier and Type | Method and Description |
|---|---|
boolean |
isAbsolute()
Tests if this is an absolute URI.
|
boolean |
isValid()
Checks the validity of this URI.
|
Uri |
resolve(Uri add)
Appends the specified address.
|
static Uri |
uri(byte[] uri)
Creates a new uri instance.
|
static Uri |
uri(byte[] uri,
boolean normalize)
Creates a new uri instance.
|
bool, diff, eq, get, get, sameAs, string, string, toJava, toStringcomparable, dbl, dec, ebv, equiv, flt, hash, homogenous, input, isItem, item, itemAt, iter, iterable, itr, plan, score, score, serialize, size, test, type, writeTo, xdmInfocache, comp, count, data, description, info, isValue, iter, iterator, removable, remove, uses, valueaddText, compEbv, hasFreeVars, indexAccessible, indexEquivalent, isEmpty, isFunction, isVacuous, markTailCallspublic static final Uri EMPTY
public static Uri uri(byte[] uri)
uri - valuepublic static Uri uri(byte[] uri, boolean normalize)
uri - valuenormalize - chop leading and trailing whitespacespublic Uri resolve(Uri add)
add - address to be appendedpublic boolean isAbsolute()
public boolean isValid()