public class MetadataVideoIterator<T extends Image<?,T>> extends Object implements Iterator<ImageCollectionEntry<T>>
| Constructor and Description |
|---|
MetadataVideoIterator(ImageCollectionEntrySelection<T> selection,
Video<T> video) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
ImageCollectionEntry<T> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic MetadataVideoIterator(ImageCollectionEntrySelection<T> selection, Video<T> video)
public boolean hasNext()
public ImageCollectionEntry<T> next()