java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QFutureIterator<T>
- All Implemented Interfaces:
QtObjectInterface
,Iterator<T>
public class QFutureIterator<T> extends QtObject implements Iterator<T>
Java-style const iterator for QFuture
Java wrapper for Qt class QFutureIterator
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
QFutureIterator(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
Constructor Details
-
QFutureIterator
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details