| Interface | Description |
|---|---|
| JsonKeyValueStore<K,V> |
This represents an interface that works with serialized JSON stores.
|
| KeyValueIterable<K,V> |
Iterate over key / value store.
|
| KeyValueStore<K,V> |
A map like interface that represents a key value store.
|
| KeyValueStoreWithVersion<K,O,V extends VersionedEntry<K,O>> |
Created by Richard on 9/23/14.
|
| StringKeyValueStore |
This represents a simple interface that stores UTF-8 Strings.
|
Copyright © 2014. All Rights Reserved.