edu.rit.slides
Class SlideIterator
java.lang.Object
edu.rit.slides.SlideIterator
public class SlideIterator
- extends Object
Class SlideIterator provides an iterator for visiting a list of
Slide
s. If the underlying data structure is changed while an
iteration is in progress, the iterator's behavior is not specified.
Method Summary |
Slide |
next()
Returns the next slide. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
next
public Slide next()
- Returns the next slide. If there are no further slides, returns null.
Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark@cs.rit.edu.