public class URLImageIterator extends Object implements Iterator<ImageCollectionEntry<MBFImage>>
Constructor and Description |
---|
URLImageIterator(Set<IndependentPair<URL,Map<String,String>>> imageList2,
ImageCollectionEntrySelection<MBFImage> selection) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
ImageCollectionEntry<MBFImage> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public URLImageIterator(Set<IndependentPair<URL,Map<String,String>>> imageList2, ImageCollectionEntrySelection<MBFImage> selection)
public boolean hasNext()
hasNext
in interface Iterator<ImageCollectionEntry<MBFImage>>
public ImageCollectionEntry<MBFImage> next()
next
in interface Iterator<ImageCollectionEntry<MBFImage>>
public void remove()
remove
in interface Iterator<ImageCollectionEntry<MBFImage>>