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
Modifier and TypeMethodDescriptionfinal int
hashCode()
final ListIterator<T>
Returns a Java mutable iterator between this and the container's end.final boolean
Set the value at iterator's position in the container.final String
toString()
value()
Returns the value at iterator's position in the container or emptiness in case ofend
.final QMetaType
Returns the value type of the iterator.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, notify, notifyAll, 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
-
mutableIterator
Returns a Java mutable iterator between this and the container's end. -
value
Returns the value at iterator's position in the container or emptiness in case ofend
. -
valueType
Returns the value type of the iterator. -
hashCode
-
toString
-