T
- the type of the timeline objectspublic class BinarySearchTimelineObjectIterator<T extends ITimelineObject> extends Object implements Iterator<T>
Constructor and Description |
---|
BinarySearchTimelineObjectIterator(List<T> objectList,
ITimeSpan span)
Constructs a new iterator object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public void remove()
remove
in interface Iterator<T extends ITimelineObject>
public boolean hasNext()
hasNext
in interface Iterator<T extends ITimelineObject>
public T next()
next
in interface Iterator<T extends ITimelineObject>
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.