public class AttributeListImpl extends NameValuePairs
This class provides methods for setting and getting values either by index or by name.
| Constructor and Description | 
|---|
AttributeListImpl()
Creates an empty attribute list. 
 | 
AttributeListImpl(int size)
Constructs a new attribute list with a specified initial capacity. 
 | 
AttributeListImpl(java.lang.String[] nameArr,
                 java.lang.Object[] valArr)  | 
clear, getAttribute, getAttribute, getAttributeCount, getAttributeIndexOf, getAttributeNames, getAttributeValues, getExprVarVal, setAttribute, setAttribute, setExprVarValpublic AttributeListImpl()
public AttributeListImpl(int size)
size - the initial cacpacity.public AttributeListImpl(java.lang.String[] nameArr,
                 java.lang.Object[] valArr)