public interface ScrollableFixture extends Fixture
Iterator to return entities. It can be used to load a huge amount of
entities or to generate them on the fly without impacting memory.boolean hasNext()
true if the fixture has more elements.
(In other words, returns true if next() would
return an element rather than throwing an exception.)true if the fixture has more elementsObject next()
NoSuchElementException - if the fixture has no more elementsCopyright © 2014. All Rights Reserved.