Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.95
parsesUrlComponents
Method · 0.95
Calls
1
toASCIIString
Method · 0.45
Tested by
1
parsesUrlComponents
Method · 0.76