Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ format
Method
format
vm/JavaAPI/src/java/lang/String.java:941–941 ·
view source on GitHub ↗
(String format, Object... args)
Source
from the content-addressed store, hash-verified
939
940
941
public
native
static
String format(String format, Object... args);
942
943
public
boolean contains(CharSequence seq) {
944
return
seq == null ? false : indexOf(seq.toString()) != -1;
Callers
15
getScaledInstance
Method · 0.95
cantConstruct
Method · 0.95
reflectCantConstruct
Method · 0.95
cantInvokeStaticMethod
Method · 0.95
reflectCantInvokeStaticMethod
Method · 0.95
cantInvokeMethod
Method · 0.95
reflectCantInvokeMethod
Method · 0.95
cantInvokeLocalMethod
Method · 0.95
cantInvokeSuperMethod
Method · 0.95
cantGetField
Method · 0.95
reflectCantGetField
Method · 0.95
cantGetStaticField
Method · 0.95
Calls
no outgoing calls
Tested by
3
cropFrame
Method · 0.76
main
Method · 0.76
getHotspots
Method · 0.76