public interface BoundedIterable<RECORD> extends Iterable<RECORD>, AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
static long |
UNKNOWN_MAX_COUNT |
| Modifier and Type | Method and Description |
|---|---|
long |
maxCount() |
forEach, iterator, spliteratorclosestatic final long UNKNOWN_MAX_COUNT
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.