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>
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>
  • Method Details

    • setValue

      @QtUninvokable public final boolean setValue(T newValue)
      Specified by:
      setValue in interface io.qt.internal.AbstractSequentialIterator<T>