Class MapTool

java.lang.Object
java.util.Observable
com.nomagic.magicreport.engine.Tool
com.nomagic.magicreport.engine.tools.MapTool
All Implemented Interfaces:
ITool, IVariable, Serializable, Cloneable

@OpenApiAll public class MapTool extends Tool
Use for creating the HashMap instance.
See Also:
  • Field Details

  • Constructor Details

    • MapTool

      public MapTool()
  • Method Details

    • createHashMap

      public HashMap<?,?> createHashMap()
      Create HashMap instance.
      Returns:
      the instance of HashMap.
    • createTreeMap

      public TreeMap<?,?> createTreeMap()
      Create TreeMap instance.
      Returns:
      the instance of TreeMap.