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
Executes the scroll on an empty result set, useful for external scrollers.
- Since:
- 11.3
-
Constructor Details
-
EmptyScroll
public EmptyScroll()
-
-
Method Details
-
init
Description copied from interface:Scroll
Initialization of the iterator. -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceScroll
-
hasNext
public boolean hasNext() -
next
-