Package org.nuxeo.ecm.core.scroll
Class EmptyScroll
- java.lang.Object
-
- org.nuxeo.ecm.core.scroll.EmptyScroll
-
-
Constructor Summary
Constructors Constructor Description EmptyScroll()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
boolean
hasNext()
void
init(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
-
-
-
-
Method Detail
-
init
public void init(ScrollRequest request, Map<String,String> options)
Description copied from interface:Scroll
Initialization of the iterator.
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceScroll
-
-