java.lang.Object
io.qt.QtObject
io.qt.core.QAssociativeConstIterator<Key,T>
io.qt.core.QAssociativeIterator<Key,T>
- Type Parameters:
Key
- key typeT
- value type
- All Implemented Interfaces:
QtObjectInterface
,Iterable<QPair<Key,
T>>
Java-iterable wrapper for Qt's iterator types:
- See Also:
-
Method Summary
Methods inherited from class io.qt.core.QAssociativeConstIterator
equals, iterator, key, keyValuePair
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
.
-