Module qtjambi
Package io.qt.core

Class QSequentialIterator<T>

java.lang.Object
io.qt.QtObject
io.qt.internal.AbstractSequentialConstIterator<T>
io.qt.core.QSequentialConstIterator<T>
io.qt.core.QSequentialIterator<T>
Type Parameters:
T - value type
All Implemented Interfaces:
QIterator<T>, io.qt.internal.AbstractSequentialIterator<T>, QtObjectInterface, Iterable<T>

public final class QSequentialIterator<T> extends QSequentialConstIterator<T> implements io.qt.internal.AbstractSequentialIterator<T>

Java-iterable wrapper for Qt's iterator types:

See Also:
  • Method Details

    • setValue

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

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