T - The type of BaseEntity the list will contain.public class StreamVariableListIterator<T extends BaseEntity> extends Object implements Iterator<T>
Objects of this class should not be created directly as they are part of the internal logic.
| Constructor and Description |
|---|
StreamVariableListIterator(StreamVariableList<T> streamVariableList)
Constructs the StreamVariableListIterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Gets if there are any more entities in the list.
|
T |
next()
Gets the next entity for retrieval and increments the iteration.
|
void |
remove()
Not supported.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic StreamVariableListIterator(StreamVariableList<T> streamVariableList)
streamVariableList - list to iterate over.public boolean hasNext()
hasNext in interface Iterator<T extends BaseEntity>public T next()
next in interface Iterator<T extends BaseEntity>public void remove()
remove in interface Iterator<T extends BaseEntity>Copyright © 2015 51Degrees. All rights reserved.