The Hidranges type exposes the following members.

Constructors

  NameDescription
Public methodHidranges
Initializes a new instance of the Hidranges class

Methods

  NameDescription
Public methodAddRange(Int64Pair)
Add pair of hids to internal list of pairs. Does not do checking
Public methodAddRange(Int64, Int64)
Add pair of HtmIDs to internal list of pairs. No checking is performed
Public methodCheck
Ensure that ranges are disjoint.
Public methodClear
Clears this list
Public methodStatic memberCombine
Returns a new list of pairs that comes as a result of combining two other lists. Performs mergers but does not coalesce two adjacent regions into one. Use Compact() for that. NOTE! The two ranges must be in the right (sorted) order.
Public methodCompact
Merge adjacent intervals, i.e., eliminate zero gaps
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSort
Sort Interval by lows
Public methodToString
Returns the string representation of Hidranges.
(Overrides Object..::..ToString()()()().)

Fields

  NameDescription
Public fieldpairList
list of pairs managed by this class

See Also