Module qtjambi
Package io.qt.core

Class QAssociativeIterator<K,V>

java.lang.Object
io.qt.QtObject
io.qt.internal.AbstractSequentialConstIterator<V>
io.qt.internal.AbstractAssociativeConstIterator<K,V>
io.qt.core.QAssociativeConstIterator<K,V>
io.qt.core.QAssociativeIterator<K,V>
Type Parameters:
K - key type
V - value type
All Implemented Interfaces:
QMapIterator<K,V>, io.qt.internal.AbstractAssociativeIterator<K,V>, QtObjectInterface, Iterable<QPair<K,V>>

public final class QAssociativeIterator<K,V> extends QAssociativeConstIterator<K,V> implements io.qt.internal.AbstractAssociativeIterator<K,V>
See Also:
  • Method Details

    • setValue

      @QtUninvokable public final boolean setValue(V newValue)
      Set the value at iterator's position in the container.
      Specified by:
      setValue in interface io.qt.internal.AbstractAssociativeIterator<K,V>
      Parameters:
      newValue - the new value
    • isConstant

      protected boolean isConstant()
      Overrides:
      isConstant in class io.qt.internal.AbstractSequentialConstIterator<V>