MCPcopy 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

getScaledInstanceMethod · 0.95
cantConstructMethod · 0.95
reflectCantConstructMethod · 0.95
cantInvokeMethodMethod · 0.95
cantInvokeLocalMethodMethod · 0.95
cantInvokeSuperMethodMethod · 0.95
cantGetFieldMethod · 0.95
reflectCantGetFieldMethod · 0.95
cantGetStaticFieldMethod · 0.95

Calls

no outgoing calls

Tested by 3

cropFrameMethod · 0.76
mainMethod · 0.76
getHotspotsMethod · 0.76