Class DelegatingIterator<T>
- java.lang.Object
-
- org.eclipse.rdf4j.spring.support.query.DelegatingIterator<T>
-
-
Constructor Summary
Constructors Constructor Description DelegatingIterator(Iterator<T> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
forEachRemaining(Consumer<? super T> action)
boolean
hasNext()
T
next()
void
remove()
-
-
-
Method Detail
-
forEachRemaining
public void forEachRemaining(Consumer<? super T> action)
- Specified by:
forEachRemaining
in interfaceIterator<T>
-
-