Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ getQuery
Method
getQuery
Ports/CLDC11/src/java/net/URI.java:567–569 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
565
///
566
/// the query part of the URI.
567
public
String getQuery() {
568
return
null;
569
}
570
571
/// Get the encoded query part of the uri. The query marker (?) itself is not
572
/// included in the result.
Callers
1
resolve
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected