Class InterruptibleCharSequence

  • All Implemented Interfaces:
    CharSequence

    public class InterruptibleCharSequence
    extends Object
    implements CharSequence
    CharSequence that noticed thread interrupts -- as might be necessary to recover from a loose regex on unexpected challenging input.
    Author:
    gojomo