Class Store

All Implemented Interfaces:
Serializable, Cloneable, Map<String,Map<String,Set<String>>>

public class Store extends HashMap<String,Map<String,Set<String>>>
stores string key/value pairs per scanner index in a multimap Map<String, Map<String, Set<String>>>
Set<String> values = reflections.getStore().get("index").get("key")
Store multimap is not copy protected, preferably use QueryBuilder to safely rich query the metadata
See Also: