com.alibaba.fastjson.parser
类 Keywords

java.lang.Object
  继承者 com.alibaba.fastjson.parser.Keywords

public class Keywords
extends Object

作者:
wenshao

字段摘要
static Keywords DEFAULT_KEYWORDS
           
 
构造方法摘要
Keywords(Map<String,Integer> keywords)
           
 
方法摘要
 Integer getKeyword(String key)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

DEFAULT_KEYWORDS

public static Keywords DEFAULT_KEYWORDS
构造方法详细信息

Keywords

public Keywords(Map<String,Integer> keywords)
方法详细信息

getKeyword

public Integer getKeyword(String key)


Copyright © 2012-2014 Alibaba Group. All Rights Reserved.