java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.internal.QtJambiIteratorObject<T>
io.qt.core.QIterator<T>
- All Implemented Interfaces:
QtObjectInterface
,Comparable<T>
,Iterable<T>
public final class QIterator<T> extends QtJambiIteratorObject<T> implements Comparable<T>, Iterable<T>
-
Nested Class Summary
-
Method Summary
Methods inherited from class io.qt.internal.QtJambiIteratorObject
findEndFunction, toJavaDescendingIterator, toJavaIterator, toJavaListIterator
-
Method Details
-
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. -
compareTo
- Specified by:
compareTo
in interfaceComparable<T>
-
iterator
-
value
-