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