java.lang.Object
io.qt.internal.NativeUtility.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 AbstractSequentialConstIterator<T>
implements Iterable<T>, QIterator<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Method Summary
Modifier and TypeMethodDescriptionprotected final T
protected final void
descendingIterator
(Supplier<? extends AbstractSequentialConstIterator<T>> beginSupplier) boolean
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.protected final void
iterator()
value()
Methods inherited from class io.qt.internal.AbstractSequentialConstIterator
begin, compareOwners, end, toJavaDescendingIterator, toJavaIterator
Methods inherited from class io.qt.QtObject
dispose, isDisposed
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
increment
- Specified by:
increment
in classAbstractSequentialConstIterator<T>
-
decrement
- Specified by:
decrement
in classAbstractSequentialConstIterator<T>
-
equals
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. -
iterator
-
descendingIterator
@QtUninvokable protected final Iterator<T> descendingIterator(Supplier<? extends AbstractSequentialConstIterator<T>> beginSupplier) -
value
-
checkedValue
- Specified by:
checkedValue
in classAbstractSequentialConstIterator<T>
-