| 程序包 | 说明 |
|---|---|
| org.beetl.core.util |
| 限定符和类型 | 字段和说明 |
|---|---|
static ArrayMap |
ArrayMap.EMPTY |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ArrayMap.putAll(ArrayMap<? extends K,? extends V> array)
Perform a
put(Object, Object) of all key/value pairs in array |
| 构造器和说明 |
|---|
ArrayMap(ArrayMap<K,V> map)
Create a new ArrayMap with the mappings from the given ArrayMap.
|
Copyright © 2021. All rights reserved.