Constructor and Description |
---|
DiaporamaIterator(java.util.ArrayList<Media> alm) |
public DiaporamaIterator(java.util.ArrayList<Media> alm)
public boolean hasNext()
public boolean hasPrevious()
hasPrevious
in interface java.util.ListIterator<Media>
public Media next()
public int nextIndex()
nextIndex
in interface java.util.ListIterator<Media>
public int previousIndex()
previousIndex
in interface java.util.ListIterator<Media>
public void remove()