T - the type of elements returned by this iterator.A - the type of elements read by this iterator. This must be a supertype of T.public class CastingIterator<T extends A,A> extends PrefetchingIterator<T>
| Constructor and Description |
|---|
CastingIterator(Iterator<A> source,
Class<T> outClass) |
hasNext, next, peek, removeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.