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

Method subSequence

Ports/CLDC11/src/java/lang/String.java:467–469  ·  view source on GitHub ↗
(int start, int end)

Source from the content-addressed store, hash-verified

465 }
466
467 public CharSequence subSequence(int start, int end) {
468 return substring(start, end);
469 }
470
471 public static String format(String format, Object... args) {
472 return null; //TODO codavaj!!

Callers

nothing calls this directly

Calls 1

substringMethod · 0.95

Tested by

no test coverage detected