| 程序包 | 说明 |
|---|---|
| net.dongliu.commons.collection |
| 限定符和类型 | 方法和说明 |
|---|---|
static <K,V> Pair<K,V> |
Pair.of(K key,
V value) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <K,V> ExTreeMap<K,V> |
ExTreeMap.of(Pair<K,V>... pairs)
create mutable map
|
static <K,V> ExMap<K,V> |
ExMap.of(Pair<K,V>... pairs)
Create mutable map
|
static <K,V> ExLinkedHashMap<K,V> |
ExLinkedHashMap.of(Pair<K,V>... pairs)
create mutable map
|
static <K,V> ExHashMap<K,V> |
ExHashMap.of(Pair<K,V>... pairs)
Create mutable map
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <K,V> ExTreeMap<K,V> |
ExTreeMap.of(Collection<Pair<K,V>> pairs)
Create mutable map
|
static <K,V> ExHashMap<K,V> |
ExMap.of(Collection<Pair<K,V>> pairs)
Create mutable map
|
static <K,V> ExLinkedHashMap<K,V> |
ExLinkedHashMap.of(Collection<Pair<K,V>> pairs)
Create mutable map
|
static <K,V> ExHashMap<K,V> |
ExHashMap.of(Collection<Pair<K,V>> pairs)
Create mutable map
|
Copyright © 2015. All rights reserved.