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>
public final class QIterator<T> extends QtJambiIteratorObject<T> implements Iterable<T>
-
Nested Class Summary
-
Method Summary
Modifier and Type Method Description protected T
checkedValue()
protected void
decrement()
protected Iterator<T>
descendingIterator(Supplier<? extends QtJambiIteratorObject<T>> beginSupplier)
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.protected void
increment()
Iterator<T>
iterator()
Optional<T>
value()
Methods inherited from class io.qt.internal.QtJambiIteratorObject
compareOwners, end, toJavaDescendingIterator, toJavaIterator
-
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>
-