|
||||||||||
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 DevCatInfoList
public boolean isEmpty()
isEmpty
in interface DevCatInfoList
public void add(DevCatInfo devCatInfo)
add
in interface DevCatInfoList
devCatInfo
- the devCatInfo to addpublic void remove(DevCatInfo devCatInfo)
remove
in interface DevCatInfoList
devCatInfo
- the devCatInfo to removepublic void removeAll()
removeAll
in interface DevCatInfoList
public boolean contains(DevCatInfo devCatInfo)
contains
in interface DevCatInfoList
devCatInfo
- 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 |