Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ isOpaque
Method
isOpaque
Ports/CLDC11/src/java/net/URI.java:651–653 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
649
///
650
/// true if this URI has a scheme and starts with a slash
651
public
boolean isOpaque() {
652
return
opaque;
653
}
654
655
/// #### Returns
656
///
Callers
2
relativize
Method · 0.95
resolve
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected