MCPcopy Index your code
hub / github.com/Sopage/android-orm / isEmpty

Method isEmpty

library/src/main/java/com/sanders/db/DBProxy.java:664–669  ·  view source on GitHub ↗

集合NULL判断 @param collection @return

(Collection collection)

Source from the content-addressed store, hash-verified

662 * @return
663 */
664 private boolean isEmpty(Collection collection) {
665 if (collection == null || collection.isEmpty()) {
666 return true;
667 }
668 return false;
669 }
670
671 /**
672 * 返回当前数据库打开关闭计数

Callers 3

insertMethod · 0.95
updateMethod · 0.95
insertOrUpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected