Package org.reflections
Class Store
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<java.lang.String,java.util.Map<java.lang.String,java.util.Set<java.lang.String>>>
-
- org.reflections.Store
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Set<java.lang.String>>>
public class Store extends java.util.HashMap<java.lang.String,java.util.Map<java.lang.String,java.util.Set<java.lang.String>>>
stores string key/value pairs per scanner index in a multimapMap<String, Map<String, Set<String>>>
Set<String> values = reflections.getStore().get("index").get("key")
Store
multimap is not copy protected, preferably useQueryBuilder
to safely rich query the metadata- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-