com.alibaba.fastjson.parser
Class Keywords

java.lang.Object
  extended by com.alibaba.fastjson.parser.Keywords

public class Keywords
extends Object

Author:
wenshao

Field Summary
static Keywords DEFAULT_KEYWORDS
           
 
Constructor Summary
Keywords(Map<String,Integer> keywords)
           
 
Method Summary
 Integer getKeyword(String key)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_KEYWORDS

public static Keywords DEFAULT_KEYWORDS
Constructor Detail

Keywords

public Keywords(Map<String,Integer> keywords)
Method Detail

getKeyword

public Integer getKeyword(String key)


Copyright © 2012 Alibaba Group. All Rights Reserved.