Module qtjambi
Package io.qt.core

Class QSequentialConstIterator<T>

java.lang.Object
io.qt.QtObject
io.qt.internal.AbstractSequentialConstIterator<T>
io.qt.core.QSequentialConstIterator<T>
All Implemented Interfaces:
QIterator<T>, QtObjectInterface, Iterable<T>
Direct Known Subclasses:
QSequentialIterator

public class QSequentialConstIterator<T> extends io.qt.internal.AbstractSequentialConstIterator<T> implements Iterable<T>, QIterator<T>
  • Method Details

    • increment

      @QtUninvokable protected final void increment()
      Specified by:
      increment in class io.qt.internal.AbstractSequentialConstIterator<T>
    • decrement

      @QtUninvokable protected final void decrement()
      Specified by:
      decrement in class io.qt.internal.AbstractSequentialConstIterator<T>
    • equals

      @QtUninvokable public boolean equals(Object other)
      Description copied from class: QtObject
      Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation.
      Overrides:
      equals in class QtObject
      Parameters:
      other - other object
      Returns:
      true if the native counterpart of the two objects are one and the same.
    • iterator

      @QtUninvokable public final Iterator<T> iterator()
      Specified by:
      iterator in interface Iterable<T>
      Specified by:
      iterator in interface QIterator<T>
    • descendingIterator

      @QtUninvokable protected final Iterator<T> descendingIterator(Supplier<? extends io.qt.internal.AbstractSequentialConstIterator<T>> beginSupplier)
    • value

      @QtUninvokable public final Optional<T> value()
      Specified by:
      value in interface QIterator<T>
    • checkedValue

      @QtUninvokable protected final T checkedValue()
      Specified by:
      checkedValue in class io.qt.internal.AbstractSequentialConstIterator<T>