public class InternalParamCollection extends Object
Constructor and Description |
---|
InternalParamCollection() |
Modifier and Type | Method and Description |
---|---|
void |
addParam(InternalParam param) |
Map<Integer,InternalParam> |
getData() |
InternalParam |
getParam(int ordinal) |
Collection<InternalParam> |
getParams()
Returns the parameters sorted by the parameter ordinal.
|
int |
getSize() |
void |
remove(int i) |
public Collection<InternalParam> getParams()
public Map<Integer,InternalParam> getData()
public void addParam(InternalParam param)
public InternalParam getParam(int ordinal)
public int getSize()
public void remove(int i)
Copyright © 2019 WSO2. All rights reserved.