Class ParamInfo

All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, NavigableMap<String,Object>, SortedMap<String,Object>

public final class ParamInfo extends ElementMap
Information of NetSwitch parameters.
See Also:
  • Field Details

    • parameters

      public final ParamInfo parameters
      Information of Switch parameters.
  • Constructor Details

    • ParamInfo

      public ParamInfo()
      Constructs a new ParamInfo instance.
    • ParamInfo

      public ParamInfo(Comparator<String> comparator)
      Constructs a new ParamInfo instance with a comparator.
      Parameters:
      comparator - the comparator used to order this map. If null, the natural ordering is used.