public interface KeyValueStore<T>
| Modifier and Type | Method and Description |
|---|---|
T |
get(String key) |
boolean |
hasKey(String key) |
void |
put(String key,
T value) |
boolean |
putIfAbsent(String key,
T value) |
void |
remove(String key) |
Collection<T> |
values() |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.