Interface MultiSearchProcessor

All Superinterfaces:
ByteProcessor, SearchProcessor
All Known Implementing Classes:
AhoCorasicSearchProcessorFactory.Processor

public interface MultiSearchProcessor extends SearchProcessor
Interface for SearchProcessor that implements simultaneous search for multiple strings.
See Also:
  • Method Details

    • getFoundNeedleId

      int getFoundNeedleId()
      Returns:
      the index of found search string (if any, or -1 if none) at current position of this MultiSearchProcessor