Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
getWarnString
Method · 0.45
extendResult
Method · 0.45
getStructure
Method · 0.45
onArrayParse
Method · 0.45
onJoinParse
Method · 0.45
batchVerify
Method · 0.45
Logic
Method · 0.45
setKeyAndType
Method · 0.45
execute
Method · 0.45
executeAppJoin
Method · 0.45
onPutColumn
Method · 0.45
getKey
Method · 0.45
Calls
1
isNotEmpty
Method · 0.95
Tested by
no test coverage detected