- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
@Override public long getTotalCount() { if(-1 == totalCount){ totalCount = query.count(); } return totalCount; }
private void myMethod () {}
@Override public long getTotalCount() { if(-1 == totalCount){ totalCount = query.count(); } return totalCount; }