Class PrefixMapStoreAccessor

java.lang.Object
org.aksw.sparqlify.database.PrefixMapStoreAccessor

public class PrefixMapStoreAccessor extends Object
Accessor for a NavigableMap<List<?>, Object> We separate the accessor from the store, in order to avoid duplicating (referenences to) the index metadata at each node of the index tree - this way there is just one accessor with the metadata, which can work on any corresponding store at some level in an hierarchical index.
Author:
Claus Stadler <cstadler@informatik.uni-leipzig.de>