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
,Comparable<K>
,Iterable<QPair<K,V>>
public class QMapIterator<K,V> extends QtJambiMapIteratorObject<K,V> implements Comparable<K>, Iterable<QPair<K,V>>
-
Nested Class Summary
-
Method Summary
Modifier and Type Method Description int
compareTo(Object other)
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
findEndFunction, toJavaDescendingIterator, toJavaIterator, toJavaListIterator
-
Method Details
-
key
-
val
-
increment
-
decrement
-
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. -
compareTo
- Specified by:
compareTo
in interfaceComparable<K>
-
iterator
-
keyValuePair
-