Description
The revision/value maps are currently exposed as simple Maps only. This requires to look at all entries to find out, which one is the most recent valid value. The implementation should be changed to implement NavigableMap and preferably use Revision as key instead of the string representation. This avoids the rather frequent parsing and string formating of revisions.