| 程序包 | 说明 |
|---|---|
| cn.crane4j.core.container |
| 限定符和类型 | 方法和说明 |
|---|---|
static <K> ImmutableMapContainer<K> |
Containers.forEmptyData(String namespace)
Build a data source container based on an input key set
and an expression that returns data sources grouped by key.
|
static <K> ImmutableMapContainer<K> |
Containers.forMap(String namespace,
Map<K,?> data)
Create a key-value pair container based on the specified type enumeration.
|
static <K> ImmutableMapContainer<K> |
ImmutableMapContainer.forMap(String namespace,
@NonNull Map<K,?> data)
Create a key-value pair container based on the specified
Map instance. |
Copyright © 2024. All rights reserved.