|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--jpos.profile.DefaultPropInfoList
Defines a simple list of PropInfo objects
| Inner Class Summary | |
(package private) class |
DefaultPropInfoList.DefaultIterator
Simple interface to iterate through the list |
| Inner classes inherited from class jpos.profile.PropInfoList |
PropInfoList.Iterator |
| Constructor Summary | |
DefaultPropInfoList()
Default ctor |
|
| Method Summary | |
void |
add(PropInfo propInfo)
Adds a new PropInfo to this list |
boolean |
contains(PropInfo propInfo)
|
int |
getSize()
|
boolean |
isEmpty()
|
PropInfoList.Iterator |
iterator()
|
void |
remove(PropInfo propInfo)
Removes the PropInfo to this list |
void |
removeAll()
Removes all PropInfo in this list |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public DefaultPropInfoList()
| Method Detail |
public int getSize()
getSize in interface PropInfoListpublic boolean isEmpty()
isEmpty in interface PropInfoListpublic void add(PropInfo propInfo)
add in interface PropInfoListpropInfo - the propInfo to addpublic void remove(PropInfo propInfo)
remove in interface PropInfoListpropInfo - the propInfo to removepublic void removeAll()
removeAll in interface PropInfoListpublic boolean contains(PropInfo propInfo)
contains in interface PropInfoListpropInfo - the propInfopublic PropInfoList.Iterator iterator()
iterator in interface PropInfoList
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||