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

Method init

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

Source from the content-addressed store, hash-verified

226
227 /// Internal - Set the default values.
228 void init() {
229 absolute = true;
230 querySeparator = QUERY_SEPARATOR;
231 opaque = false;
232 port = -1;
233 }
234
235 /// Utility method - set the scheme, ensuring valid format, and determining
236 /// the query separator to use.

Callers 1

URIMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected