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

Method toString

CodenameOne/src/com/codename1/io/URL.java:115–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 }
114
115 @Override
116 public String toString() {
117 return u.toASCIIString();
118 }
119
120 public String toExternalForm() {
121 return u.toASCIIString();

Callers 2

mainMethod · 0.95
parsesUrlComponentsMethod · 0.95

Calls 1

toASCIIStringMethod · 0.45

Tested by 1

parsesUrlComponentsMethod · 0.76