|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--jpos.profile.DefaultPropValueList
Default implementation of the PropValueList interface
| Inner Class Summary | |
(package private) class |
DefaultPropValueList.DefaultIterator
Simple interface to iterate through the list |
| Inner classes inherited from class jpos.profile.PropValueList |
PropValueList.Iterator |
| Constructor Summary | |
(package private) |
DefaultPropValueList()
Default ctor |
| Method Summary | |
void |
add(PropValue propValue)
Adds a new PropValue to this list |
boolean |
contains(PropValue propValue)
|
int |
getSize()
|
boolean |
isEmpty()
|
PropValueList.Iterator |
iterator()
|
void |
remove(PropValue propValue)
Removes the PropValue to this list |
void |
removeAll()
Removes all PropValue in this list |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
DefaultPropValueList()
| Method Detail |
public int getSize()
getSize in interface PropValueListpublic boolean isEmpty()
isEmpty in interface PropValueListpublic void add(PropValue propValue)
add in interface PropValueListpropValue - the propValue to addpublic void remove(PropValue propValue)
remove in interface PropValueListpropValue - the propValue to removepublic void removeAll()
removeAll in interface PropValueListpublic boolean contains(PropValue propValue)
contains in interface PropValueListpropValue - the PropValuepublic PropValueList.Iterator iterator()
iterator in interface PropValueList
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||