Minimum |
The LongestCommonSubstringBaseMinimumOnSlidingWindow type exposes the following members.
Name | Description | |
---|---|---|
Add | Adds the specified value to the window, and removes the item that is now expired from the window. | |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Initialize | Initializes a new instance of the LongestCommonSubstringBaseMinimumOnSlidingWindow class. | |
Remove | Removes the expired element from this window. Note: normally this is done when you use the Add(Int32) function, thus there is no need to call this function separately. When the minimum item is the item that is expired now, then this function will remove this item from the collection and sets the current minimum to the next greater item. | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |