laforge49 / utils

Advanced Java utility classes.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

db.create(key)

laforge49 opened this issue · comments

db.updateJournal calls dbMapNode.set(key, value), and there is no way to do the equivalent using the API.

So lets have a create(key) method that updateJournal (and anyone else) can use. It will create an empty map list if none is present. --good for iterator games.