Class SymbolListCharSequence

java.lang.Object
org.biojava.bio.seq.io.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