|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.greenpineyu.fel.context.ArrayCtxImpl
public class ArrayCtxImpl
| 字段摘要 |
|---|
| 从接口 com.greenpineyu.fel.context.FelContext 继承的字段 |
|---|
NULL |
| 构造方法摘要 | |
|---|---|
ArrayCtxImpl()
|
|
ArrayCtxImpl(Map<String,Object> vars)
|
|
| 方法摘要 | |
|---|---|
void |
ensureCapacity(int minCapacity)
确保vars.length>minCapacity |
Object |
get(int i)
根据索引获取变量值 |
Object |
get(String name)
获取变量值 |
int |
getIndex(String name)
获取变量的索引 |
Var |
getVar(String name)
|
void |
set(String name,
Object value)
设置变量 |
void |
setVar(Var var)
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public ArrayCtxImpl()
public ArrayCtxImpl(Map<String,Object> vars)
| 方法详细信息 |
|---|
public Object get(int i)
ArrayCtx 复制的描述
ArrayCtx 中的 getpublic int getIndex(String name)
ArrayCtx 复制的描述
ArrayCtx 中的 getIndexpublic Object get(String name)
FelContext 复制的描述
FelContext 中的 getname - 变量名称
public Var getVar(String name)
FelContext 中的 getVarpublic void ensureCapacity(int minCapacity)
minCapacity -
public void set(String name,
Object value)
FelContext 复制的描述
FelContext 中的 setname - 变量名称value - 变量值public void setVar(Var var)
FelContext 中的 setVar
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||