com.alibaba.fastjson.parser
Class SymbolTable.Entry
java.lang.Object
com.alibaba.fastjson.parser.SymbolTable.Entry
- Enclosing class:
- SymbolTable
protected static final class SymbolTable.Entry
- extends Object
Constructor Summary |
SymbolTable.Entry(char[] ch,
int offset,
int length,
int hash,
SymbolTable.Entry next)
Constructs a new entry from the specified symbol information and next entry reference. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
symbol
public final String symbol
hashCode
public final int hashCode
characters
public final char[] characters
bytes
public final byte[] bytes
next
public SymbolTable.Entry next
SymbolTable.Entry
public SymbolTable.Entry(char[] ch,
int offset,
int length,
int hash,
SymbolTable.Entry next)
- Constructs a new entry from the specified symbol information and next entry reference.
Copyright © 2012 Alibaba Group. All Rights Reserved.