public class RWKeyMapAccessor<K,UK,UV> extends RWKeyAccessor<K> implements KeyMapTrait<K,UK,UV>
| 限定符和类型 | 字段 | 说明 |
|---|---|---|
private IKMapStore<K,UK,UV> |
kMapStore |
storeregisteredAction| 构造器 | 说明 |
|---|---|
RWKeyMapAccessor() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
add(K key,
Map<UK,UV> value) |
|
void |
add(K key,
UK uk,
UV value) |
|
Map<UK,UV> |
get(K key) |
|
List<UV> |
get(K key,
UK... uk) |
|
void |
init(StateContext context,
IStoreBuilder storeBuilder) |
|
void |
remove(K key) |
|
void |
remove(K key,
UK... subKeys) |
allowActionTypes, getStoredoStoreAction, initAction, registerActionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoStoreAction, registerActionprivate IKMapStore<K,UK,UV> kMapStore
public void init(StateContext context, IStoreBuilder storeBuilder)
init 在接口中 IAccessorinit 在类中 RWKeyAccessor<K>Copyright © 2025. All rights reserved.