Uses of Class
io.qt.internal.QtJambiIteratorObject
Package | Description |
---|---|
io.qt.core | |
io.qt.internal |
-
Uses of QtJambiIteratorObject in io.qt.core
Subclasses of QtJambiIteratorObject in io.qt.core Modifier and Type Class Description class
QIterator<T>
class
QMapIterator<K,V>
Method parameters in io.qt.core with type arguments of type QtJambiIteratorObject Modifier and Type Method Description protected Iterator<T>
QIterator. descendingIterator(Supplier<? extends QtJambiIteratorObject<T>> beginSupplier)
-
Uses of QtJambiIteratorObject in io.qt.internal
Subclasses of QtJambiIteratorObject in io.qt.internal Modifier and Type Class Description class
QtJambiMapIteratorObject<K,V>
Methods in io.qt.internal that return QtJambiIteratorObject Modifier and Type Method Description protected abstract QtJambiIteratorObject<E>
QtJambiCollectionObject. begin()
protected abstract QtJambiIteratorObject<E>
QtJambiCollectionObject. end()
protected QtJambiIteratorObject<?>
QtJambiIteratorObject. end()
Methods in io.qt.internal with parameters of type QtJambiIteratorObject Modifier and Type Method Description protected boolean
QtJambiIteratorObject. compareOwners(QtJambiIteratorObject<?> iter)
Method parameters in io.qt.internal with type arguments of type QtJambiIteratorObject Modifier and Type Method Description protected Iterator<E>
QtJambiIteratorObject. toJavaDescendingIterator(Supplier<? extends QtJambiIteratorObject<E>> beginSupplier)