T - the type of items to returnU - the type of items to wrap/convert frompublic abstract class ResourceIterableWrapper<T,U> extends Object implements org.neo4j.graphdb.ResourceIterable<T>
ResourceIterable so that it returns items of another type. The
iteration is done lazily.| Constructor and Description |
|---|
ResourceIterableWrapper(org.neo4j.graphdb.ResourceIterable<U> source) |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.graphdb.ResourceIterator<T> |
iterator() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ResourceIterableWrapper(org.neo4j.graphdb.ResourceIterable<U> source)
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.