Package com._1c.g5.v8.bm.store
Class FastTokenizer
- java.lang.Object
- 
- com._1c.g5.v8.bm.store.FastTokenizer
 
- 
 @Deprecated public class FastTokenizer extends Object Deprecated.The class was intended for internal use but leaked to the exported package.A fast tokenizer implementation.
- 
- 
Constructor SummaryConstructors Constructor Description FastTokenizer(String data, char splitter)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String[]matches()Deprecated.longnextLong(int radix)Deprecated.StringnextToken()Deprecated.
 
- 
- 
- 
Constructor Detail- 
FastTokenizerpublic FastTokenizer(String data, char splitter) Deprecated.
 
- 
 - 
Method Detail- 
nextTokenpublic String nextToken() Deprecated.
 - 
matchespublic String[] matches() Deprecated.
 - 
nextLongpublic long nextLong(int radix) throws NumberFormatExceptionDeprecated.- Throws:
- NumberFormatException
 
 
- 
 
-