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

Method getQuerySeparator

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

Source from the content-addressed store, hash-verified

662 /// Get the character used for separating query. Normally this will return
663 /// '?'. On J2ME Connector URLs, this method will return ';'.
664 char getQuerySeparator() {
665 return querySeparator;
666 }
667
668 /// #### Returns
669 ///

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected