Class SlidingIterator
java.lang.Object
com.ibm.j9ddr.vm29.view.dtfj.java.j9.SlidingIterator
-
Constructor Details
-
SlidingIterator
-
-
Method Details
-
hasNext
public boolean hasNext()Description copied from interface:java.util.Iterator
Returnstrue
if the iteration has more elements. (In other words, returnstrue
ifIterator.next()
would return an element rather than throwing an exception.) -
next
Description copied from interface:java.util.Iterator
Returns the next element in the iteration.
-