java.lang.Object
io.qt.QtObject
io.qt.internal.AbstractSequentialConstIterator<V>
io.qt.internal.AbstractAssociativeConstIterator<K,V>
io.qt.core.QAssociativeConstIterator<K,V>
- All Implemented Interfaces:
QMapIterator<K,
,V> QtObjectInterface
,Iterable<QPair<K,
V>>
- Direct Known Subclasses:
QAssociativeIterator
public class QAssociativeConstIterator<K,V>
extends io.qt.internal.AbstractAssociativeConstIterator<K,V>
implements Iterable<QPair<K,V>>, QMapIterator<K,V>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Method Summary
Modifier and TypeMethodDescriptionprotected final K
protected final V
protected final void
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.protected final void
iterator()
protected final K
key()
protected final V
val()
Methods inherited from class io.qt.internal.AbstractAssociativeConstIterator
toJavaMapIterator
Methods inherited from class io.qt.internal.AbstractSequentialConstIterator
begin, compareOwners, end, toJavaDescendingIterator, toJavaIterator
Methods inherited from class io.qt.QtObject
dispose, isDisposed
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
key
-
val
-
increment
- Specified by:
increment
in classio.qt.internal.AbstractSequentialConstIterator<V>
-
decrement
- Specified by:
decrement
in classio.qt.internal.AbstractSequentialConstIterator<V>
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
iterator
-
keyValuePair
- Specified by:
keyValuePair
in interfaceQMapIterator<K,
V>
-
checkedValue
- Specified by:
checkedValue
in classio.qt.internal.AbstractSequentialConstIterator<V>
-
checkedKey
-