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
-
Method Summary
Modifier and Type Method Description protected K
checkedKey()
protected V
checkedValue()
protected void
decrement()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.protected void
increment()
Iterator<QPair<K,V>>
iterator()
protected K
key()
Optional<QPair<K,V>>
keyValuePair()
protected V
val()
Methods inherited from class io.qt.internal.QtJambiIteratorObject
compareOwners, end, toJavaDescendingIterator, toJavaIterator
-
Method Details
-
key
-
val
-
increment
- Specified by:
increment
in classQtJambiIteratorObject<V>
-
decrement
- Specified by:
decrement
in classQtJambiIteratorObject<V>
-
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. -
iterator
-
keyValuePair
-
checkedValue
- Specified by:
checkedValue
in classQtJambiIteratorObject<V>
-
checkedKey
- Specified by:
checkedKey
in classQtJambiMapIteratorObject<K,V>
-