Class ObjectInfo

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

public final class ObjectInfo extends ElementMap
Information of a NetSwitch object.
See Also:
  • Constructor Details

    • ObjectInfo

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

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