MCPcopy 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

knowsFieldsMethod · 0.80
toStringMethod · 0.80
isAppliedMethod · 0.80
hasRelationTableMethod · 0.80

Calls 1

countMethod · 0.95

Tested by

no test coverage detected