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 Tprotected final voiddescendingIterator(Supplier<? extends QtJambiIteratorObject<T>> beginSupplier) booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.protected final voiditerator()value()Methods inherited from class io.qt.internal.QtJambiIteratorObject
compareOwners, end, toJavaDescendingIterator, toJavaIteratorMethods inherited from class io.qt.QtObject
dispose, isDisposedMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
increment
- Specified by:
incrementin classQtJambiIteratorObject<T>
-
decrement
- Specified by:
decrementin classQtJambiIteratorObject<T>
-
equals
Description copied from class:QtObjectUsed 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:
checkedValuein classQtJambiIteratorObject<T>
-