Module qtjambi
Package io.qt.core

Class QAssociativeIterator<Key,T>

java.lang.Object
io.qt.QtObject
io.qt.core.QAssociativeConstIterator<Key,T>
io.qt.core.QAssociativeIterator<Key,T>
Type Parameters:
Key - key type
T - value type
All Implemented Interfaces:
QtObjectInterface, Iterable<QPair<Key,T>>

public final class QAssociativeIterator<Key,T> extends QAssociativeConstIterator<Key,T>
See Also:
  • Method Details

    • setValue

      @QtUninvokable public final boolean setValue(T newValue)
      Set the value at iterator's position in the container.
      Parameters:
      newValue - the new value
    • value

      @QtUninvokable public final Optional<T> value()
      Returns the value at iterator's position in the container or emptiness in case of end.