| Package | Description |
|---|---|
| cn.orionsec.kit.lang.define.collect | |
| cn.orionsec.kit.lang.utils.collect |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> MutableTreeMap<K,V> |
MutableTreeMap.create() |
static <K,V> MutableTreeMap<K,V> |
MutableTreeMap.create(Map<? extends K,? extends V> m) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> MutableTreeMap<K,V> |
Maps.newMutableTreeMap() |
static <K,V> MutableTreeMap<K,V> |
Maps.newMutableTreeMap(Comparator<? super K> comparator) |
static <K,V> MutableTreeMap<K,V> |
Maps.newMutableTreeMap(Map<? extends K,? extends V> m) |
static <K,V> MutableTreeMap<K,V> |
Maps.newMutableTreeMap(SortedMap<K,? extends V> m) |
Copyright © 2025. All rights reserved.