Uses of Class
io.qt.core.QMultiHash

Packages that use QMultiHash
Package
Description
 
 
  • Uses of QMultiHash in io.qt.bluetooth

    Methods in io.qt.bluetooth that return QMultiHash
  • Uses of QMultiHash in io.qt.core

    Methods in io.qt.core that return QMultiHash
    Modifier and Type
    Method
    Description
    QMultiHash.clone()
    Creates and returns a copy of this object.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.of(Key k1, T t1)
    Returns a QMultiHash containing a single mapping.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.of(Key k1, T t1, Key k2, T t2)
    Returns a QMultiHash containing two mappings.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.of(Key k1, T t1, Key k2, T t2, Key k3, T t3)
    Returns a QMultiHash containing three mappings.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.of(Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4)
    Returns a QMultiHash containing four mappings.
    static <Key, T> QMultiHash<Key,T>
    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.
    static <Key, T> QMultiHash<Key,T>
    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.
    static <Key, T> QMultiHash<Key,T>
    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.
    static <Key, T> QMultiHash<Key,T>
    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.
    static <Key, T> QMultiHash<Key,T>
    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.
    static <Key, T> QMultiHash<Key,T>
    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.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofEntries(Map.Entry<? extends Key,? extends T> entry0, Map.Entry<? extends Key,? extends T> ... entries)
    Returns a QMultiHash containing keys and values extracted from the given entries.
    static <Key, T> QMultiHash<Key,T>
    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.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTyped(QMetaType keyType, QMetaType valueType, Key k1, T t1)
    Returns a QMultiHash containing a single mapping.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTyped(QMetaType keyType, QMetaType valueType, Key k1, T t1, Key k2, T t2)
    Returns a QMultiHash containing two mappings.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTyped(QMetaType keyType, QMetaType valueType, Key k1, T t1, Key k2, T t2, Key k3, T t3)
    Returns a QMultiHash containing three mappings.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTyped(QMetaType keyType, QMetaType valueType, Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4)
    Returns a QMultiHash containing four mappings.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTyped(QMetaType keyType, QMetaType valueType, 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.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTyped(QMetaType keyType, QMetaType valueType, 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.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTyped(QMetaType keyType, QMetaType valueType, 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.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTyped(QMetaType keyType, QMetaType valueType, 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.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTyped(QMetaType keyType, QMetaType valueType, 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.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTyped(QMetaType keyType, QMetaType valueType, 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.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTyped(Class<Key> keyType, Class<T> valueType, Key k1, T t1)
    Returns a QMultiHash containing a single mapping.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTyped(Class<Key> keyType, Class<T> valueType, Key k1, T t1, Key k2, T t2)
    Returns a QMultiHash containing two mappings.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTyped(Class<Key> keyType, Class<T> valueType, Key k1, T t1, Key k2, T t2, Key k3, T t3)
    Returns a QMultiHash containing three mappings.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTyped(Class<Key> keyType, Class<T> valueType, Key k1, T t1, Key k2, T t2, Key k3, T t3, Key k4, T t4)
    Returns a QMultiHash containing four mappings.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTyped(Class<Key> keyType, Class<T> valueType, 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.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTyped(Class<Key> keyType, Class<T> valueType, 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.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTyped(Class<Key> keyType, Class<T> valueType, 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.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTyped(Class<Key> keyType, Class<T> valueType, 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.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTyped(Class<Key> keyType, Class<T> valueType, 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.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTyped(Class<Key> keyType, Class<T> valueType, 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.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTypedEntries(QMetaType keyType, QMetaType valueType, Map.Entry<? extends Key,? extends T>... entries)
    Returns a QMultiHash containing keys and values extracted from the given entries.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTypedEntries(Class<Key> keyType, Class<T> valueType, Map.Entry<? extends Key,? extends T>... entries)
    Returns a QMultiHash containing keys and values extracted from the given entries.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTypedPairs(QMetaType keyType, QMetaType valueType, QPair<? extends Key,? extends T>... pairs)
    Returns a QMultiHash containing keys and values extracted from the given pairs.
    static <Key, T> QMultiHash<Key,T>
    QMultiHash.ofTypedPairs(Class<Key> keyType, Class<T> valueType, QPair<? extends Key,? extends T>... pairs)
    Returns a QMultiHash containing keys and values extracted from the given pairs.
    Methods in io.qt.core with parameters of type QMultiHash
    Modifier and Type
    Method
    Description
    final void
    QMultiHash.assign(QMultiHash<Key,T> other)
    See QMultiHash::operator=(QMultiHash<Key,T>)
    final boolean
    QMultiHash.isSharedWith(QMultiHash<?,?> other)
    Returns true of both containers share the same data.
    final void
    QMultiHash.swap(QMultiHash<Key,T> other)
    See QMultiHash::swap(QMultiHash<Key,T>&)