java.lang.Object
io.qt.QtObject
io.qt.core.QSequentialConstIterator<T>
io.qt.core.QSequentialIterator<T>
- Type Parameters:
T
- value type
- All Implemented Interfaces:
QtObjectInterface
,Iterable<T>
Java-iterable wrapper for Qt's iterator types:
- QList<T>::iterator
- and all other sequential iterators
- See Also:
-
Method Summary
Methods inherited from class io.qt.core.QSequentialConstIterator
descendingIterator, equals, iterator
Methods inherited from class io.qt.QtObject
dispose, isDisposed
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
setValue
Set the value at iterator's position in the container.- Parameters:
newValue
- the new value
-
value
Returns the value at iterator's position in the container or emptiness in case ofend
.
-