java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.internal.QtJambiAbstractMultiMapObject<K,V>
io.qt.internal.QtJambiMultiHashObject<K,V>
io.qt.core.QMultiHash<K,V>
Java wrapper for Qt class QMultiHash
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQMultiHash
(QMetaType.Type keyMetaType, QMetaType valueMetaType) QMultiHash
(QMetaType.Type keyMetaType, QMetaType.Type valueMetaType) QMultiHash
(QMetaType.Type keyMetaType, Class<V> valueType) QMultiHash
(QMetaType keyMetaType, QMetaType valueMetaType) QMultiHash
(QMetaType keyMetaType, QMetaType.Type valueMetaType) QMultiHash
(QMetaType keyMetaType, Class<V> valueType) protected
QMultiHash
(Class<K> keyType, QMetaType valueMetaType) QMultiHash
(Class<K> keyType, QMetaType.Type valueMetaType) QMultiHash
(Class<K> keyType, Class<V> valueType) QMultiHash
(Map<K, List<V>> other) -
Method Summary
Modifier and TypeMethodDescriptionprotected final QMapIterator<K,
V> begin()
final int
capacity()
final void
clear()
QMultiHash<K,
V> clone()
final boolean
final boolean
final boolean
containsKey
(Object key) final boolean
containsValue
(Object value) final int
count()
final int
final int
protected final QMapIterator<K,
V> end()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final QMapIterator<K,
V> final QMapIterator<K,
V> int
hashCode()
final void
final boolean
isEmpty()
final K
final K
keys()
static <K,
V> QMultiHash<K, V> of
(K k1, V v1) Returns a QMultiHash containing a single mapping.static <K,
V> QMultiHash<K, V> of
(K k1, V v1, K k2, V v2) Returns a QMultiHash containing two mappings.static <K,
V> QMultiHash<K, V> of
(K k1, V v1, K k2, V v2, K k3, V v3) Returns a QMultiHash containing three mappings.static <K,
V> QMultiHash<K, V> of
(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) Returns a QMultiHash containing four mappings.static <K,
V> QMultiHash<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 QMultiHash containing five mappings.static <K,
V> QMultiHash<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 QMultiHash containing six mappings.static <K,
V> QMultiHash<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 QMultiHash containing seven mappings.static <K,
V> QMultiHash<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 QMultiHash containing eight mappings.static <K,
V> QMultiHash<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 QMultiHash containing nine mappings.static <K,
V> QMultiHash<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 QMultiHash containing ten mappings.static <K,
V> QMultiHash<K, V> Returns a QMultiHash containing keys and values extracted from the given entries.void
readFrom
(QDataStream stream) final int
final int
final void
replaceOne
(K key, V value) final void
reserve
(int size) final int
size()
final V
final void
unite
(Map<? super K, ? extends Collection<? super V>> other) final V
final V
final Collection<List<V>>
values()
void
writeTo
(QDataStream stream) Methods inherited from class io.qt.internal.QtJambiMultiHashObject
entrySet, keySet
Methods inherited from class io.qt.internal.QtJambiAbstractMultiMapObject
iterator, putAll, toString
Methods inherited from class io.qt.QtObject
dispose, isDisposed
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
QMultiHash
-
QMultiHash
-
QMultiHash
-
QMultiHash
-
QMultiHash
-
QMultiHash
-
QMultiHash
-
QMultiHash
-
QMultiHash
-
QMultiHash
-
QMultiHash
-
-
Method Details
-
clone
-
begin
- Specified by:
begin
in classQtJambiAbstractMultiMapObject<K,
V>
-
capacity
-
clear
-
contains
-
count
-
count
-
end
- Specified by:
end
in classQtJambiAbstractMultiMapObject<K,
V>
-
find
-
insert
-
isEmpty
-
key
-
key
-
keys
- Specified by:
keys
in classQtJambiAbstractMultiMapObject<K,
V>
-
keys
-
removeAll
-
reserve
-
size
-
take
-
uniqueKeys
-
unite
-
value
-
value
-
values
-
values
-
count
-
find
-
removeAll
-
replaceOne
-
contains
-
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
-
containsKey
- Specified by:
containsKey
in interfaceMap<K,
V>
-
get
-
put
-
remove
-
containsValue
- Specified by:
containsValue
in interfaceMap<K,
V>
-
writeTo
-
readFrom
-
of
Returns a QMultiHash containing a single mapping.- Type Parameters:
K
- theQMultiHash
's key typeV
- theQMultiHash
's value type- Parameters:
k1
- the mapping's keyv1
- the mapping's value- Returns:
- a
QMultiHash
containing the specified mapping - Throws:
NullPointerException
- if the key or the value isnull
-
of
Returns a QMultiHash containing two mappings.- Type Parameters:
K
- theQMultiHash
's key typeV
- theQMultiHash
'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
QMultiHash
containing the specified mappings - Throws:
NullPointerException
- if any key or value isnull
-
of
Returns a QMultiHash containing three mappings.- Type Parameters:
K
- theQMultiHash
's key typeV
- theQMultiHash
'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
QMultiHash
containing the specified mappings - Throws:
NullPointerException
- if any key or value isnull
-
of
Returns a QMultiHash containing four mappings.- Type Parameters:
K
- theQMultiHash
's key typeV
- theQMultiHash
'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
QMultiHash
containing the specified mappings - Throws:
NullPointerException
- if any key or value isnull
-
of
Returns a QMultiHash containing five mappings.- Type Parameters:
K
- theQMultiHash
's key typeV
- theQMultiHash
'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
QMultiHash
containing the specified mappings - Throws:
NullPointerException
- if any key or value isnull
-
of
public static <K,V> QMultiHash<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 QMultiHash containing six mappings.- Type Parameters:
K
- theQMultiHash
's key typeV
- theQMultiHash
'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
QMultiHash
containing the specified mappings - Throws:
NullPointerException
- if any key or value isnull
-
of
public static <K,V> QMultiHash<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 QMultiHash containing seven mappings.- Type Parameters:
K
- theQMultiHash
's key typeV
- theQMultiHash
'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
QMultiHash
containing the specified mappings - Throws:
NullPointerException
- if any key or value isnull
-
of
public static <K,V> QMultiHash<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 QMultiHash containing eight mappings.- Type Parameters:
K
- theQMultiHash
's key typeV
- theQMultiHash
'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
QMultiHash
containing the specified mappings - Throws:
NullPointerException
- if any key or value isnull
-
of
public static <K,V> QMultiHash<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 QMultiHash containing nine mappings.- Type Parameters:
K
- theQMultiHash
's key typeV
- theQMultiHash
'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
QMultiHash
containing the specified mappings - Throws:
NullPointerException
- if any key or value isnull
-
of
public static <K,V> QMultiHash<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 QMultiHash containing ten mappings.- Type Parameters:
K
- theQMultiHash
's key typeV
- theQMultiHash
'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
QMultiHash
containing the specified mappings - Throws:
NullPointerException
- if any key or value isnull
-
ofEntries
@SafeVarargs public static <K,V> QMultiHash<K,V> ofEntries(Map.Entry<? extends K, ? extends V> entry0, Map.Entry<? extends K, ? extends V>... entries) Returns a QMultiHash containing keys and values extracted from the given entries.- Type Parameters:
K
- theQMultiHash
's key typeV
- theQMultiHash
's value type- Parameters:
entries
-java.util.Map.Entry
s containing the keys and values from which the map is populated- Returns:
- a
QMultiHash
containing the specified mappings - Throws:
NullPointerException
- if any entry, key, or value isnull
, or if theentries
array isnull
-