Class InterruptibleString

java.lang.Object
org.basex.util.InterruptibleString
All Implemented Interfaces:
CharSequence

public class InterruptibleString extends Object implements CharSequence
Interruptible string implementation. Inspired by https://stackoverflow.com/questions/910740/cancelling-a-long-running-regex-match
Author:
BaseX Team 2005-21, BSD License, Christian Gruen, gojomo
  • Constructor Details

    • InterruptibleString

      public InterruptibleString(String string)
      Constructor.
      Parameters:
      string - string
  • Method Details