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

Method isOpaque

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

@return true if this URI has a scheme and starts with a slash

()

Source from the content-addressed store, hash-verified

736 * @return true if this URI has a scheme and starts with a slash
737 */
738 public boolean isOpaque() {
739 return opaque;
740 }
741
742 /**
743 * @return true if the URI is not a relative URI.

Callers 2

relativizeMethod · 0.95
resolveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected