laforge49 / utils

Advanced Java utility classes.

Home Page:http://laforge49.github.io/projects/utils/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

versioned map list convenience methods

laforge49 opened this issue · comments

Add convenience methods to the database for accessing/creating/updating versioned map lists.

Db.get(id) should return a VersionedMapNode, or null.

Db.getNil(id) should return a VersionedMapNode, which may be the nil map node.

Db.clearList(id, key), along with db.clearMap(id), db.remove(id, key, ndx), db.set(id, key, value) and assorted add methods.