java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.internal.QtJambiAbstractMapObject<K,V>
io.qt.internal.QtJambiMapObject<K,V>
io.qt.core.QMap<K,V>
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
,Iterable<QPair<K,V>>
,Map<K,V>
,NavigableMap<K,V>
,SortedMap<K,V>
public class QMap<K,V> extends QtJambiMapObject<K,V> implements Cloneable
Java wrapper for Qt class QMap
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QMap(QMetaType.Type keyMetaType, QMetaType valueMetaType)
QMap(QMetaType.Type keyMetaType, QMetaType.Type valueMetaType)
QMap(QMetaType.Type keyMetaType, Class<V> valueType)
QMap(QMetaType keyMetaType, QMetaType valueMetaType)
QMap(QMetaType keyMetaType, QMetaType.Type valueMetaType)
QMap(QMetaType keyMetaType, Class<V> valueType)
protected
QMap(QtObject.QPrivateConstructor p)
QMap(Class<K> keyType, QMetaType valueMetaType)
QMap(Class<K> keyType, QMetaType.Type valueMetaType)
QMap(Class<K> keyType, Class<V> valueType)
QMap(Map<K,V> other)
-
Method Summary
Modifier and Type Method Description protected QMapIterator<K,V>
begin()
void
clear()
QMap<K,V>
clone()
Comparator<K>
comparator()
boolean
contains(K key)
boolean
containsKey(Object key)
boolean
containsValue(Object value)
int
count()
int
count(K key)
static QMap<String,Object>
createVariantMap()
protected QMapIterator<K,V>
end()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.QMapIterator<K,V>
find(K key)
V
first()
K
firstKey()
V
get(Object key)
int
hashCode()
void
insert(K key, V value)
boolean
isEmpty()
K
key(V value)
K
key(V value, K defaultKey)
List<K>
keys()
List<K>
keys(V value)
V
last()
K
lastKey()
QMapIterator<K,V>
lowerBound(K key)
static <K, V> QMap<K,V>
of(K k1, V v1)
Returns a QMap containing a single mapping.static <K, V> QMap<K,V>
of(K k1, V v1, K k2, V v2)
Returns a QMap containing two mappings.static <K, V> QMap<K,V>
of(K k1, V v1, K k2, V v2, K k3, V v3)
Returns a QMap containing three mappings.static <K, V> QMap<K,V>
of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4)
Returns a QMap containing four mappings.static <K, V> QMap<K,V>
of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5)
Returns a QMap containing five mappings.static <K, V> QMap<K,V>
of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6)
Returns a QMap containing six mappings.static <K, V> QMap<K,V>
of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7)
Returns a QMap containing seven mappings.static <K, V> QMap<K,V>
of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7, K k8, V v8)
Returns a QMap containing eight mappings.static <K, V> QMap<K,V>
of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7, K k8, V v8, K k9, V v9)
Returns a QMap containing nine mappings.static <K, V> QMap<K,V>
of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7, K k8, V v8, K k9, V v9, K k10, V v10)
Returns a QMap containing ten mappings.static <K, V> QMap<K,V>
ofEntries(Map.Entry<? extends K,? extends V> entry0, Map.Entry<? extends K,? extends V>... entries)
Returns a QMap containing keys and values extracted from the given entries.V
put(K key, V value)
void
readFrom(QDataStream stream)
V
remove(Object key)
int
removeAll(Object key)
int
size()
V
take(K key)
QMapIterator<K,V>
upperBound(K key)
V
value(K key)
V
value(K key, V defaultValue)
List<V>
values()
void
writeTo(QDataStream stream)
Methods inherited from class io.qt.internal.QtJambiMapObject
ceilingEntry, ceilingKey, descendingKeySet, descendingMap, entrySet, firstEntry, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, subMap, subMap, tailMap, tailMap
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
Method Details
-
createVariantMap
-
clone
-
begin
- Specified by:
begin
in classQtJambiAbstractMapObject<K,V>
-
clear
-
contains
-
count
-
count
-
end
- Specified by:
end
in classQtJambiAbstractMapObject<K,V>
-
find
- Specified by:
find
in classQtJambiMapObject<K,V>
-
first
-
firstKey
-
insert
-
isEmpty
-
key
-
key
-
keys
- Specified by:
keys
in classQtJambiAbstractMapObject<K,V>
-
keys
-
last
-
lastKey
-
lowerBound
- Specified by:
lowerBound
in classQtJambiMapObject<K,V>
-
removeAll
-
size
-
take
-
upperBound
- Specified by:
upperBound
in classQtJambiMapObject<K,V>
-
value
-
value
-
values
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
comparator
- Specified by:
comparator
in interfaceSortedMap<K,V>
-
containsKey
- Specified by:
containsKey
in interfaceMap<K,V>
-
get
-
put
-
remove
-
containsValue
- Specified by:
containsValue
in interfaceMap<K,V>
-
writeTo
-
readFrom
-
of
Returns a QMap containing a single mapping.- Type Parameters:
K
- theQMap
's key typeV
- theQMap
's value type- Parameters:
k1
- the mapping's keyv1
- the mapping's value- Returns:
- a
QMap
containing the specified mapping - Throws:
NullPointerException
- if the key or the value isnull
-
of
Returns a QMap containing two mappings.- Type Parameters:
K
- theQMap
's key typeV
- theQMap
's value type- Parameters:
k1
- the first mapping's keyv1
- the first mapping's valuek2
- the second mapping's keyv2
- the second mapping's value- Returns:
- a
QMap
containing the specified mappings - Throws:
NullPointerException
- if any key or value isnull
-
of
Returns a QMap containing three mappings.- Type Parameters:
K
- theQMap
's key typeV
- theQMap
's value type- Parameters:
k1
- the first mapping's keyv1
- the first mapping's valuek2
- the second mapping's keyv2
- the second mapping's valuek3
- the third mapping's keyv3
- the third mapping's value- Returns:
- a
QMap
containing the specified mappings - Throws:
NullPointerException
- if any key or value isnull
-
of
Returns a QMap containing four mappings.- Type Parameters:
K
- theQMap
's key typeV
- theQMap
's value type- Parameters:
k1
- the first mapping's keyv1
- the first mapping's valuek2
- the second mapping's keyv2
- the second mapping's valuek3
- the third mapping's keyv3
- the third mapping's valuek4
- the fourth mapping's keyv4
- the fourth mapping's value- Returns:
- a
QMap
containing the specified mappings - Throws:
NullPointerException
- if any key or value isnull
-
of
Returns a QMap containing five mappings.- Type Parameters:
K
- theQMap
's key typeV
- theQMap
's value type- Parameters:
k1
- the first mapping's keyv1
- the first mapping's valuek2
- the second mapping's keyv2
- the second mapping's valuek3
- the third mapping's keyv3
- the third mapping's valuek4
- the fourth mapping's keyv4
- the fourth mapping's valuek5
- the fifth mapping's keyv5
- the fifth mapping's value- Returns:
- a
QMap
containing the specified mappings - Throws:
NullPointerException
- if any key or value isnull
-
of
public static <K, V> QMap<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6)Returns a QMap containing six mappings.- Type Parameters:
K
- theQMap
's key typeV
- theQMap
's value type- Parameters:
k1
- the first mapping's keyv1
- the first mapping's valuek2
- the second mapping's keyv2
- the second mapping's valuek3
- the third mapping's keyv3
- the third mapping's valuek4
- the fourth mapping's keyv4
- the fourth mapping's valuek5
- the fifth mapping's keyv5
- the fifth mapping's valuek6
- the sixth mapping's keyv6
- the sixth mapping's value- Returns:
- a
QMap
containing the specified mappings - Throws:
NullPointerException
- if any key or value isnull
-
of
public static <K, V> QMap<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7)Returns a QMap containing seven mappings.- Type Parameters:
K
- theQMap
's key typeV
- theQMap
's value type- Parameters:
k1
- the first mapping's keyv1
- the first mapping's valuek2
- the second mapping's keyv2
- the second mapping's valuek3
- the third mapping's keyv3
- the third mapping's valuek4
- the fourth mapping's keyv4
- the fourth mapping's valuek5
- the fifth mapping's keyv5
- the fifth mapping's valuek6
- the sixth mapping's keyv6
- the sixth mapping's valuek7
- the seventh mapping's keyv7
- the seventh mapping's value- Returns:
- a
QMap
containing the specified mappings - Throws:
NullPointerException
- if any key or value isnull
-
of
public static <K, V> QMap<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7, K k8, V v8)Returns a QMap containing eight mappings.- Type Parameters:
K
- theQMap
's key typeV
- theQMap
's value type- Parameters:
k1
- the first mapping's keyv1
- the first mapping's valuek2
- the second mapping's keyv2
- the second mapping's valuek3
- the third mapping's keyv3
- the third mapping's valuek4
- the fourth mapping's keyv4
- the fourth mapping's valuek5
- the fifth mapping's keyv5
- the fifth mapping's valuek6
- the sixth mapping's keyv6
- the sixth mapping's valuek7
- the seventh mapping's keyv7
- the seventh mapping's valuek8
- the eighth mapping's keyv8
- the eighth mapping's value- Returns:
- a
QMap
containing the specified mappings - Throws:
NullPointerException
- if any key or value isnull
-
of
public static <K, V> QMap<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7, K k8, V v8, K k9, V v9)Returns a QMap containing nine mappings.- Type Parameters:
K
- theQMap
's key typeV
- theQMap
's value type- Parameters:
k1
- the first mapping's keyv1
- the first mapping's valuek2
- the second mapping's keyv2
- the second mapping's valuek3
- the third mapping's keyv3
- the third mapping's valuek4
- the fourth mapping's keyv4
- the fourth mapping's valuek5
- the fifth mapping's keyv5
- the fifth mapping's valuek6
- the sixth mapping's keyv6
- the sixth mapping's valuek7
- the seventh mapping's keyv7
- the seventh mapping's valuek8
- the eighth mapping's keyv8
- the eighth mapping's valuek9
- the ninth mapping's keyv9
- the ninth mapping's value- Returns:
- a
QMap
containing the specified mappings - Throws:
NullPointerException
- if any key or value isnull
-
of
public static <K, V> QMap<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7, K k8, V v8, K k9, V v9, K k10, V v10)Returns a QMap containing ten mappings.- Type Parameters:
K
- theQMap
's key typeV
- theQMap
's value type- Parameters:
k1
- the first mapping's keyv1
- the first mapping's valuek2
- the second mapping's keyv2
- the second mapping's valuek3
- the third mapping's keyv3
- the third mapping's valuek4
- the fourth mapping's keyv4
- the fourth mapping's valuek5
- the fifth mapping's keyv5
- the fifth mapping's valuek6
- the sixth mapping's keyv6
- the sixth mapping's valuek7
- the seventh mapping's keyv7
- the seventh mapping's valuek8
- the eighth mapping's keyv8
- the eighth mapping's valuek9
- the ninth mapping's keyv9
- the ninth mapping's valuek10
- the tenth mapping's keyv10
- the tenth mapping's value- Returns:
- a
QMap
containing the specified mappings - Throws:
NullPointerException
- if any key or value isnull
-
ofEntries
@SafeVarargs public static <K, V> QMap<K,V> ofEntries(Map.Entry<? extends K,? extends V> entry0, Map.Entry<? extends K,? extends V>... entries)Returns a QMap containing keys and values extracted from the given entries.- Type Parameters:
K
- theQMap
's key typeV
- theQMap
's value type- Parameters:
entries
-java.util.Map.Entry
s containing the keys and values from which the map is populated- Returns:
- a
QMap
containing the specified mappings - Throws:
NullPointerException
- if any entry, key, or value isnull
, or if theentries
array isnull
-