MCPcopy Index your code
hub / github.com/Tencent/APIJSON / isEmpty

Method isEmpty

APIJSONORM/src/main/java/apijson/orm/Pair.java:46–48  ·  view source on GitHub ↗
(boolean trim)

Source from the content-addressed store, hash-verified

44 }
45
46 public boolean isEmpty(boolean trim) {
47 return StringUtil.isNotEmpty(key, trim) == false && StringUtil.isNotEmpty(value, trim) == false;
48 }
49
50 /**
51 * @param <K>

Callers 15

getWarnStringMethod · 0.45
extendResultMethod · 0.45
getStructureMethod · 0.45
onArrayParseMethod · 0.45
onJoinParseMethod · 0.45
batchVerifyMethod · 0.45
LogicMethod · 0.45
setKeyAndTypeMethod · 0.45
executeMethod · 0.45
executeAppJoinMethod · 0.45
onPutColumnMethod · 0.45
getKeyMethod · 0.45

Calls 1

isNotEmptyMethod · 0.95

Tested by

no test coverage detected