Module qtjambi
Package io.qt.core

Class QAssociativeIterator<Key,T>

java.lang.Object
io.qt.QtObject
io.qt.core.QAssociativeConstIterator<Key,T>
io.qt.core.QAssociativeIterator<Key,T>
Type Parameters:
Key - key type
T - value type
All Implemented Interfaces:
QtObjectInterface, Iterable<QPair<Key,T>>

public final class QAssociativeIterator<Key,T> extends QAssociativeConstIterator<Key,T>
See Also: