java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.internal.QtJambiIteratorObject<V>
io.qt.internal.QtJambiMapIteratorObject<K,V>
io.qt.core.QMapIterator<K,V>
- All Implemented Interfaces:
QtObjectInterface,Iterable<QPair<K,V>>
public final class QMapIterator<K,V>
extends QtJambiMapIteratorObject<K,V>
implements Iterable<QPair<K,V>>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Method Summary
Modifier and TypeMethodDescriptionprotected final Kprotected final Vprotected final voidbooleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.protected final voiditerator()protected final Kkey()protected final Vval()Methods inherited from class io.qt.internal.QtJambiMapIteratorObject
toJavaMapIteratorMethods 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
-
key
-
val
-
increment
- Specified by:
incrementin classQtJambiIteratorObject<V>
-
decrement
- Specified by:
decrementin classQtJambiIteratorObject<V>
-
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
-
keyValuePair
-
checkedValue
- Specified by:
checkedValuein classQtJambiIteratorObject<V>
-
checkedKey
- Specified by:
checkedKeyin classQtJambiMapIteratorObject<K,V>
-