Class ChannelInfo

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

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

    • ChannelInfo

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

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