java.lang.Object
io.qt.internal.NativeUtility.Object
io.qt.QtObject
io.qt.internal.AbstractAssociativeContainer<K,V>
- All Implemented Interfaces:
QtObjectInterface
,Iterable<QPair<K,
,V>> Map<K,
V>
- Direct Known Subclasses:
AbstractHash
,AbstractMap
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
protected
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract AbstractAssociativeConstIterator<K,
V> begin()
protected abstract AbstractAssociativeConstIterator<K,
V> protected abstract AbstractAssociativeConstIterator<K,
V> constEnd()
protected abstract AbstractAssociativeConstIterator<K,
V> end()
abstract boolean
isEmpty()
iterator()
keys()
final void
abstract int
size()
toString()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, keySet, merge, put, putIfAbsent, remove, remove, replace, replace, replaceAll, values
-
Constructor Details
-
AbstractAssociativeContainer
protected AbstractAssociativeContainer() -
AbstractAssociativeContainer
-
-
Method Details