Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Implements the Boyer-Moore search algorithm. This algorithm enables searching for a specified pattern and can run in less than linear time.
The following tables list the members exposed by the BMMatcher type.
Public Constructors
| Name | Description | |
|---|---|---|
| BMMatcher | Initializes a new instance of the BMMatcher class. |
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
![]() |
Equals | Overloaded. (Inherited from Object ) |
![]() |
GetHashCode | (Inherited from Object ) |
![]() |
GetType | (Inherited from Object ) |
![]() |
InsufficientData | Tests whether the search buffer ends with a prefix of the specified pattern. |
![]() |
Match | Overloaded. Tests whether the search pattern is found anywhere in the search buffer. |
![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
ToString | (Inherited from Object ) |
Top
Protected Methods
| Name | Description | |
|---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
MemberwiseClone | (Inherited from Object ) |
Top
.gif)
.gif)
.gif)