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 inthashCode()final booleanSet the value at iterator's position in the container.final StringtoString()value()Returns the value at iterator's position in the container or emptiness in case ofend.final QMetaTypeReturns the value type of the iterator.Methods inherited from class io.qt.core.QAssociativeConstIterator
equals, iterator, key, keyType, keyValuePairMethods inherited from class io.qt.QtObject
dispose, isDisposedMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
-