MCPcopy Create free account
hub / github.com/banq/jdonframework / startsWith

Method startsWith

src/main/java/com/jdon/util/StringUtil.java:396–398  ·  view source on GitHub ↗
(String s, char begin)

Source from the content-addressed store, hash-verified

394 }
395
396 public static boolean startsWith(String s, char begin) {
397 return startsWith(s, (new Character(begin)).toString());
398 }
399
400 public static boolean startsWith(String s, String begin) {
401 if ((s == null) || (begin == null)) {

Callers 7

containsMethod · 0.80
removeMethod · 0.80
isFloatMethod · 0.80
acceptsMethod · 0.80
ignoreScanMethod · 0.80
JdonJavaSerializerMethod · 0.80

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected