public class ParameterOperationHolder extends Object
| Constructor and Description |
|---|
ParameterOperationHolder() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
SortedMap<Integer,ParameterSetOperation> |
getParamsByIndex() |
SortedMap<String,ParameterSetOperation> |
getParamsByName() |
void |
put(Integer index,
Method method,
Object... args) |
void |
put(String name,
Method method,
Object... args) |
int |
totalSize() |
public void clear()
public int totalSize()
public SortedMap<Integer,ParameterSetOperation> getParamsByIndex()
public SortedMap<String,ParameterSetOperation> getParamsByName()
Copyright © 2013. All Rights Reserved.