| 程序包 | 说明 |
|---|---|
| net.dongliu.commons.collection |
| 限定符和类型 | 方法和说明 |
|---|---|
static <K,V> ExLinkedHashMap<K,V> |
ExLinkedHashMap.of()
create mutable empty map
|
static <K,V> ExLinkedHashMap<K,V> |
ExLinkedHashMap.of(Collection<Pair<K,V>> pairs)
Create mutable map
|
static <K,V> ExLinkedHashMap<K,V> |
ExLinkedHashMap.of(K key,
V value)
create mutable map
|
static <K,V> ExLinkedHashMap<K,V> |
ExLinkedHashMap.of(K key1,
V value1,
K key2,
V value2)
create mutable map
|
static <K,V> ExLinkedHashMap<K,V> |
ExLinkedHashMap.of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3)
create mutable map
|
static <K,V> ExLinkedHashMap<K,V> |
ExLinkedHashMap.of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4)
create mutable map
|
static <K,V> ExLinkedHashMap<K,V> |
ExLinkedHashMap.of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4,
K key5,
V value5)
create mutable map
|
static <K,V> ExLinkedHashMap<K,V> |
ExLinkedHashMap.of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4,
K key5,
V value5,
K key6,
V value6)
create mutable map
|
static <K,V> ExLinkedHashMap<K,V> |
ExLinkedHashMap.of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4,
K key5,
V value5,
K key6,
V value6,
K key7,
V value7)
create mutable map
|
static <K,V> ExLinkedHashMap<K,V> |
ExLinkedHashMap.of(Pair<K,V>... pairs)
create mutable map
|
default <K,U> ExLinkedHashMap<K,U> |
ExStream.toLinkedHashMap(java.util.function.Function<? super T,? extends K> keyMapper,
java.util.function.Function<? super T,? extends U> valueMapper)
Collect item to a linked hash map.
|
default <K,U> ExLinkedHashMap<K,U> |
ExStream.toLinkedHashMap(java.util.function.Function<? super T,? extends K> keyMapper,
java.util.function.Function<? super T,? extends U> valueMapper,
java.util.function.BinaryOperator<U> merger)
Collect item to a linked hash map.
|
Copyright © 2015. All rights reserved.