java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.internal.QtJambiAbstractMultiMapObject<K,V>
io.qt.internal.QtJambiMultiHashObject<K,V>
- All Implemented Interfaces:
QtObjectInterface
,Iterable<QPair<K,V>>
,Map<K,List<V>>
- Direct Known Subclasses:
QMultiHash
public abstract class QtJambiMultiHashObject<K,V> extends QtJambiAbstractMultiMapObject<K,V>
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
QtJambiMultiHashObject()
protected
QtJambiMultiHashObject(QtObject.QPrivateConstructor p)
-
Method Summary
Methods inherited from class io.qt.internal.QtJambiAbstractMultiMapObject
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
-
QtJambiMultiHashObject
protected QtJambiMultiHashObject() -
QtJambiMultiHashObject
-
-
Method Details