Creates and returns a copy of this object.
QMultiHash. of (Key k1,
T t1)
Returns a QMultiHash containing a single mapping.
QMultiHash. of (Key k1,
T t1,
Key k2,
T t2)
Returns a QMultiHash containing two mappings.
QMultiHash. of (Key k1,
T t1,
Key k2,
T t2,
Key k3,
T t3)
Returns a QMultiHash containing three mappings.
QMultiHash. of (Key k1,
T t1,
Key k2,
T t2,
Key k3,
T t3,
Key k4,
T t4)
Returns a QMultiHash containing four mappings.
QMultiHash. of (Key k1,
T t1,
Key k2,
T t2,
Key k3,
T t3,
Key k4,
T t4,
Key k5,
T t5)
Returns a QMultiHash containing five mappings.
QMultiHash. of (Key k1,
T t1,
Key k2,
T t2,
Key k3,
T t3,
Key k4,
T t4,
Key k5,
T t5,
Key k6,
T t6)
Returns a QMultiHash containing six mappings.
QMultiHash. of (Key k1,
T t1,
Key k2,
T t2,
Key k3,
T t3,
Key k4,
T t4,
Key k5,
T t5,
Key k6,
T t6,
Key k7,
T t7)
Returns a QMultiHash containing seven mappings.
QMultiHash. of (Key k1,
T t1,
Key k2,
T t2,
Key k3,
T t3,
Key k4,
T t4,
Key k5,
T t5,
Key k6,
T t6,
Key k7,
T t7,
Key k8,
T t8)
Returns a QMultiHash containing eight mappings.
QMultiHash. of (Key k1,
T t1,
Key k2,
T t2,
Key k3,
T t3,
Key k4,
T t4,
Key k5,
T t5,
Key k6,
T t6,
Key k7,
T t7,
Key k8,
T t8,
Key k9,
T t9)
Returns a QMultiHash containing nine mappings.
QMultiHash. of (Key k1,
T t1,
Key k2,
T t2,
Key k3,
T t3,
Key k4,
T t4,
Key k5,
T t5,
Key k6,
T t6,
Key k7,
T t7,
Key k8,
T t8,
Key k9,
T t9,
Key k10,
T t10)
Returns a QMultiHash containing ten mappings.
Returns a QMultiHash containing keys and values extracted from the given entries.
QMultiHash. ofPairs (QPair <? extends Key,? extends T> pair0,
QPair <? extends Key,? extends T>... pairs)
Returns a QMultiHash containing keys and values extracted from the given pairs.
QtJambi 5.15.18 API Documentation The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.