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