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

Method init

vm/JavaAPI/src/java/net/URI.java:255–260  ·  view source on GitHub ↗

Internal - Set the default values.

()

Source from the content-addressed store, hash-verified

253 * Internal - Set the default values.
254 */
255 void init() {
256 absolute = true;
257 querySeparator = QUERY_SEPARATOR;
258 opaque = false;
259 port = -1;
260 }
261
262 /**
263 * Utility method - set the scheme, ensuring valid format, and determining

Callers 1

URIMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected