| Package | Description |
|---|---|
| org.sodeac.common.message.dispatcher.api |
Provides an API for eventdispatcher.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> IPropertyBlock.IMapBuilder<K,V> |
IPropertyBlock.IMapBuilder.newBuilderInstance()
creates builder to build a map
|
IPropertyBlock.IMapBuilder<K,V> |
IPropertyBlock.IMapBuilder.put(K key,
V value)
put key-value pair to map
|
IPropertyBlock.IMapBuilder<K,V> |
IPropertyBlock.IMapBuilder.putAll(Map<? extends K,? extends V> m)
put all mapping to map
|
Copyright © 2020. All rights reserved.