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 Summary
Constructors Constructor Description FastTokenizer(String data, char splitter)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String[]
matches()
Deprecated.long
nextLong(int radix)
Deprecated.String
nextToken()
Deprecated.
-
-
-
Constructor Detail
-
FastTokenizer
public FastTokenizer(String data, char splitter)
Deprecated.
-
-
Method Detail
-
nextToken
public String nextToken()
Deprecated.
-
matches
public String[] matches()
Deprecated.
-
nextLong
public long nextLong(int radix) throws NumberFormatException
Deprecated.- Throws:
NumberFormatException
-
-