This class is used by {@link de.susebox.jtopas.StandardTokenizerProperties}to store and search special sequences, comments and strings as well as keywords. The class is not suitable for standalone use since it does not check parameters for null values, assumes a thread-safe context etc.
@see de.susebox.jtopas.StandardTokenizerProperties
@see de.susebox.jtopas.spi.SequenceHandler
@author Heiko Blau
Store for sequence support. A sequence is an entity that provides unique numbers. A store supports sequences when it implements this interface and the method {@link isSupported} returns true.
@version $Revision: 1.3 $
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.