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

Method getRawSchemeSpecificPart

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

@return the schemeSpecificPart

()

Source from the content-addressed store, hash-verified

698 * @return the schemeSpecificPart
699 */
700 public String getRawSchemeSpecificPart() {
701 if (schemeSpecificPart == null) {
702 schemeSpecificPart = rebuildSchemeSpecificPart();
703 }
704 return schemeSpecificPart;
705 }
706
707 /**
708 * @return the authority

Callers 3

getSchemeSpecificPartMethod · 0.95
toASCIIStringMethod · 0.95
invoke0Method · 0.45

Calls 1

Tested by

no test coverage detected