viewCount = IteratorUtil.count(validRafts) | viewCount = Iterables.count(validRafts) | IteratorUtil.count(validRafts) | Iterables.count(validRafts) | neo4j | c4d311bfa54cc7daff4e732c248c3a3b20e4a879 | org.neo4j.coreedge.raft.elections.ElectionUtil | | | | - org.neo4j.helpers.collection.Iterables
| | AssignedTo | True |
return IteratorUtil.count((Iterable)graphdb().getAllNodes()); | return Iterables.count((Iterable)graphdb().getAllNodes()); | IteratorUtil.count((Iterable)graphdb().getAllNodes()) | Iterables.count((Iterable)graphdb().getAllNodes()) | neo4j | c4d311bfa54cc7daff4e732c248c3a3b20e4a879 | org.neo4j.server.rest.streaming.StreamingBatchOperationDocIT | | | v0 | (Iterable)graphdb().getAllNodes() |
---|
| - org.neo4j.helpers.collection.Iterables
| v0 | (Iterable)graphdb().getAllNodes() |
---|
| Returns | True |
count = IteratorUtil.count(db.getAllNodes()) | count = Iterables.count(db.getAllNodes()) | IteratorUtil.count(db.getAllNodes()) | Iterables.count(db.getAllNodes()) | neo4j | c4d311bfa54cc7daff4e732c248c3a3b20e4a879 | org.neo4j.metatest.TestImpermanentGraphDatabase | | | | - org.neo4j.helpers.collection.Iterables
| | AssignedTo | True |
count = IteratorUtil.count(getGraphDb().getAllNodes()) | count = Iterables.count(getGraphDb().getAllNodes()) | IteratorUtil.count(getGraphDb().getAllNodes()) | Iterables.count(getGraphDb().getAllNodes()) | neo4j | c4d311bfa54cc7daff4e732c248c3a3b20e4a879 | org.neo4j.kernel.impl.core.TestNeo4j | | | v0 | getGraphDb().getAllNodes() |
---|
| - org.neo4j.helpers.collection.Iterables
| v0 | getGraphDb().getAllNodes() |
---|
| AssignedTo | True |