Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/androrm/androrm
/ isEmpty
Method
isEmpty
src/src/com/orm/androrm/QuerySet.java:269–271 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
267
}
268
269
public
boolean isEmpty() {
270
return
count() == 0;
271
}
272
273
public
List<T> toList() {
274
return
getItems();
Callers
4
knowsFields
Method · 0.80
toString
Method · 0.80
isApplied
Method · 0.80
hasRelationTable
Method · 0.80
Calls
1
count
Method · 0.95
Tested by
no test coverage detected