Class GenericQueryMap

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

    public class GenericQueryMap
    extends HashMap<String,​Set<String>>
    Right now this is just acting as a hashmap but in future we would want to provide more detailed info other than just what properties had what values. E.g. we could parse properties (& its values) to look for what namespaces are used.
    Author:
    cdtank
    See Also:
    Serialized Form
    • Constructor Detail

      • GenericQueryMap

        public GenericQueryMap()
    • Method Detail

      • addEntry

        public void addEntry​(String property,
                             String value)