T
- the element type of the list over which to iteratepublic class TimeSpanIterator<T extends ITimeSpan> extends Object implements Iterator<T>
ITimeSpan
elements.Constructor and Description |
---|
TimeSpanIterator(List<T> timeSpanList,
ITimeSpan span)
Constructs a new time span iterator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.