java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.internal.QtJambiIteratorObject<T>
io.qt.core.QIterator<T>
- All Implemented Interfaces:
QtObjectInterface
,Iterable<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 QtJambiIteratorObject<T>> beginSupplier) boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.protected final void
iterator()
value()
Methods inherited from class io.qt.internal.QtJambiIteratorObject
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
-
Method Details
-
increment
- Specified by:
increment
in classQtJambiIteratorObject<T>
-
decrement
- Specified by:
decrement
in classQtJambiIteratorObject<T>
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
iterator
-
descendingIterator
@QtUninvokable protected final Iterator<T> descendingIterator(Supplier<? extends QtJambiIteratorObject<T>> beginSupplier) -
value
-
checkedValue
- Specified by:
checkedValue
in classQtJambiIteratorObject<T>
-