java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.internal.QtJambiAbstractMapObject<K,V>
io.qt.internal.QtJambiHashObject<K,V>
- All Implemented Interfaces:
QtObjectInterface
,Iterable<QPair<K,V>>
,Map<K,V>
- Direct Known Subclasses:
QHash
public abstract class QtJambiHashObject<K,V> extends QtJambiAbstractMapObject<K,V>
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
QtJambiHashObject()
protected
QtJambiHashObject(QtObject.QPrivateConstructor p)
-
Method Summary
Methods inherited from class io.qt.internal.QtJambiAbstractMapObject
begin, end, isEmpty, iterator, keys, putAll, size, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, merge, put, putIfAbsent, remove, remove, replace, replace, replaceAll, values
-
Constructor Details
-
QtJambiHashObject
protected QtJambiHashObject() -
QtJambiHashObject
-
-
Method Details