public class ImageLoop extends Object implements Iterator
ImageLoop(List<Image> images)
void
add(Image image)
boolean
hasNext()
Object
next()
remove()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ImageLoop(List<Image> images)
public boolean hasNext()
hasNext
Iterator
public Object next()
next
public void remove()
remove
public void add(Image image)