MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / isAbsolute

Method isAbsolute

vm/JavaAPI/src/java/net/URI.java:745–747  ·  view source on GitHub ↗

@return true if the URI is not a relative URI.

()

Source from the content-addressed store, hash-verified

743 * @return true if the URI is not a relative URI.
744 */
745 public boolean isAbsolute() {
746 return absolute;
747 }
748
749 /**
750 * Get the character used for separating query. Normally this will return

Callers 5

normalizeMethod · 0.95
invoke0Method · 0.45
invoke9Method · 0.45
resolveMethod · 0.45
generateBaseArchetypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected