public interface KeyValueState<K,V>
V
get(K key)
void
put(K k, V v)
V get(K key)
void put(K k, V v)
Copyright © 2020. All rights reserved.