Class SymbolListCharSequence

  • All Implemented Interfaces:
    CharSequence

    public class SymbolListCharSequence
    extends Object
    implements CharSequence
    SymbolListCharSequence is a CharSequence implementation which wraps a SymbolList. It is present primarily to support regular expression matching over SymbolLists as it avoids creating a copy.
    Since:
    1.3
    Author:
    Keith James, Matthew Pocock