Creates and returns a copy of this object.
Equivalent to headMap(toKey, false)
.
Returns a copy of the portion of this map whose keys are less than (or
equal to, if inclusive
is true) toKey
.
QMultiMap.of(Key k1,
T t1)
Returns a QMultiMap containing a single mapping.
QMultiMap.of(Key k1,
T t1,
Key k2,
T t2)
Returns a QMultiMap containing two mappings.
QMultiMap.of(Key k1,
T t1,
Key k2,
T t2,
Key k3,
T t3)
Returns a QMultiMap containing three mappings.
QMultiMap.of(Key k1,
T t1,
Key k2,
T t2,
Key k3,
T t3,
Key k4,
T t4)
Returns a QMultiMap containing four mappings.
QMultiMap.of(Key k1,
T t1,
Key k2,
T t2,
Key k3,
T t3,
Key k4,
T t4,
Key k5,
T t5)
Returns a QMultiMap containing five mappings.
QMultiMap.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 QMultiMap containing six mappings.
QMultiMap.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 QMultiMap containing seven mappings.
QMultiMap.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 QMultiMap containing eight mappings.
QMultiMap.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 QMultiMap containing nine mappings.
QMultiMap.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 QMultiMap containing ten mappings.
Returns a QMultiMap containing keys and values extracted from the given entries.
QMultiMap.ofPairs(QPair<? extends Key,? extends T> pair0,
QPair<? extends Key,? extends T> ... pairs)
Returns a QMultiMap containing keys and values extracted from the given pairs.
Returns a QMultiMap containing a single mapping.
Returns a QMultiMap containing two mappings.
Returns a QMultiMap containing three mappings.
Returns a QMultiMap containing four mappings.
QMultiMap.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 QMultiMap containing five mappings.
QMultiMap.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 QMultiMap containing six mappings.
QMultiMap.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 QMultiMap containing seven mappings.
QMultiMap.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 QMultiMap containing eight mappings.
QMultiMap.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 QMultiMap containing nine mappings.
QMultiMap.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 QMultiMap containing ten mappings.
Returns a QMultiMap containing a single mapping.
QMultiMap.ofTyped(Class<Key> keyType,
Class<T> valueType,
Key k1,
T t1,
Key k2,
T t2)
Returns a QMultiMap containing two mappings.
QMultiMap.ofTyped(Class<Key> keyType,
Class<T> valueType,
Key k1,
T t1,
Key k2,
T t2,
Key k3,
T t3)
Returns a QMultiMap containing three mappings.
QMultiMap.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 QMultiMap containing four mappings.
QMultiMap.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 QMultiMap containing five mappings.
QMultiMap.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 QMultiMap containing six mappings.
QMultiMap.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 QMultiMap containing seven mappings.
QMultiMap.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 QMultiMap containing eight mappings.
QMultiMap.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 QMultiMap containing nine mappings.
QMultiMap.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 QMultiMap containing ten mappings.
Returns a QMultiMap containing keys and values extracted from the given entries.
Returns a QMultiMap containing keys and values extracted from the given entries.
Returns a QMultiMap containing keys and values extracted from the given pairs.
Returns a QMultiMap containing keys and values extracted from the given pairs.
QMultiMap.subMap(Key fromKey,
boolean fromInclusive,
Key toKey,
boolean toInclusive)
Returns a copy of the portion of this map whose keys range from
fromKey
to toKey
.
Equivalent to subMap(fromKey, true, toKey, false)
.
Equivalent to tailMap(fromKey, true)
.
Returns a copy of the portion of this map whose keys are greater than (or
equal to, if inclusive
is true) fromKey
.