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

Method isAbsolute

Ports/CLDC11/src/java/net/URI.java:658–660  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

656 ///
657 /// true if the URI is not a relative URI.
658 public boolean isAbsolute() {
659 return absolute;
660 }
661
662 /// Get the character used for separating query. Normally this will return
663 /// '?'. On J2ME Connector URLs, this method will return ';'.

Callers 1

resolveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected