public interface PersistentDB<T>
| Modifier and Type | Method and Description |
|---|---|
void |
closeDB() |
T |
getValueFromPersistentDB(String key) |
void |
putValueinPersistentDB(String key,
T t) |
Copyright © 2020. All rights reserved.