java.lang.Object
io.qt.QtObject
io.qt.core.QAssociativeConstIterator<Key,T>
io.qt.core.QAssociativeIterator<Key,T>
- Type Parameters:
Key
- key typeT
- value type
- All Implemented Interfaces:
QtObjectInterface
,Iterable<QPair<Key,
T>>
Java-iterable wrapper for Qt's iterator types:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionfinal int
hashCode()
final boolean
Set the value at iterator's position in the container.final String
toString()
value()
Returns the value at iterator's position in the container or emptiness in case ofend
.final QMetaType
Returns the value type of the iterator.Methods inherited from class io.qt.core.QAssociativeConstIterator
equals, iterator, key, keyType, keyValuePair
Methods inherited from class io.qt.QtObject
dispose, isDisposed
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
setValue
Set the value at iterator's position in the container.- Parameters:
newValue
- the new value
-
value
Returns the value at iterator's position in the container or emptiness in case ofend
. -
valueType
Returns the value type of the iterator. -
hashCode
-
toString
-