Module qtjambi
Package io.qt.core

Class QSequentialIterator<T>

Type Parameters:
T - value type
All Implemented Interfaces:
QtObjectInterface, Iterable<T>

public final class QSequentialIterator<T> extends QSequentialConstIterator<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.
      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.