org.jsimpledb.kv.simple.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsimpledb-kv-simple Show documentation
Show all versions of jsimpledb-kv-simple Show documentation
A couple of simplistic JSimpleDB key/value store implementations.
/*
* Copyright (C) 2015 Archie L. Cobbs. All rights reserved.
*/
/**
* A simple in-memory implementation of the {@link org.jsimpledb.kv.KVDatabase} interface.
*/
package org.jsimpledb.kv.simple;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy