Class InfoMap

All Implemented Interfaces:
Serializable, Cloneable, Map<String,List<Info>>

public class InfoMap extends HashMap<String,List<Info>>
A Map containing Info objects consumed by the Parser. Also contains a few utility methods to facilitate its use for both the user and the Parser.
See Also: