Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/androrm/androrm
/ iterator
Method
iterator
src/src/com/orm/androrm/QuerySet.java:197–200 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
195
}
196
197
@Override
198
public
Iterator<T> iterator() {
199
return
getItems().iterator();
200
}
201
202
private
int
getCount(SelectStatement query) {
203
SelectStatement countQuery =
new
SelectStatement();
Callers
nothing calls this directly
Calls
1
getItems
Method · 0.95
Tested by
no test coverage detected