Constructor and Description |
---|
VideoIterator(Video<T> video)
Construct with given video.
|
Modifier and Type | Method and Description |
---|---|
Video<T> |
getVideo() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public VideoIterator(Video<T> video)
video
- The video to iterate over.