Package org.nuxeo.ecm.core.scroll
Class EmptyScroll
- java.lang.Object
-
- org.nuxeo.ecm.core.scroll.EmptyScroll
-
- All Implemented Interfaces:
AutoCloseable,Iterator<List<String>>,Scroll
public class EmptyScroll extends Object implements Scroll
Executes the scroll on an empty result set, useful for external scrollers.- Since:
- 11.3
-
-
Constructor Summary
Constructors Constructor Description EmptyScroll()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanhasNext()voidinit(ScrollRequest request, Map<String,String> options)Initialization of the iterator.List<String>next()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
EmptyScroll
public EmptyScroll()
-
-