java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.internal.QtJambiAbstractMapObject<K,V>
- All Implemented Interfaces:
QtObjectInterface
,Iterable<QPair<K,V>>
,Map<K,V>
- Direct Known Subclasses:
QtJambiHashObject
,QtJambiMapObject
public abstract class QtJambiAbstractMapObject<K,V> extends QtObject implements Map<K,V>, Iterable<QPair<K,V>>
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
QtJambiAbstractMapObject()
protected
QtJambiAbstractMapObject(QtObject.QPrivateConstructor p)
-
Method Summary
Modifier and Type Method Description protected abstract QtJambiMapIteratorObject<K,V>
begin()
protected abstract QtJambiMapIteratorObject<K,V>
end()
abstract boolean
isEmpty()
Iterator<QPair<K,V>>
iterator()
abstract List<K>
keys()
void
putAll(Map<? extends K,? extends V> m)
abstract int
size()
String
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, entrySet, equals, forEach, get, getOrDefault, hashCode, keySet, merge, put, putIfAbsent, remove, remove, replace, replace, replaceAll, values
-
Constructor Details
-
QtJambiAbstractMapObject
protected QtJambiAbstractMapObject() -
QtJambiAbstractMapObject
-
-
Method Details