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