public class FunctionCountDelegate extends java.lang.Object implements CountDelegate
Constructor and Description |
---|
FunctionCountDelegate() |
Modifier and Type | Method and Description |
---|---|
int |
count(Env env,
ObjectValue qThis)
Returns the value for the specified key.
|
void |
setCount(JavaInvoker count)
Sets the custom function for the array get.
|
public void setCount(JavaInvoker count)
public int count(Env env, ObjectValue qThis)
count
in interface CountDelegate