|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A list of sectors.
Method Summary | |
int |
add(iSector obj)
Add a sector. |
int |
find(iSector obj)
Find a sector and return its index. |
iSector |
findByName(java.lang.String Name)
Find a sector by name. |
iSector |
get(int n)
Return a sector by index. |
int |
getCount()
Return the number of sectors in this list. |
boolean |
remove(int n)
Remove the nth sector. |
boolean |
remove(iSector obj)
Remove a sector. |
void |
removeAll()
Remove all sectors. |
Methods inherited from interface crystalspace.jbind.interfaces.iutil.scf.iBase |
decRef, getName, getRefCount, getVersion, incRef, queryInterface, queryInterfaceSafe |
Methods inherited from interface crystalspace.jbind.interfaces.iPointer |
changePointer, getPointer, isMemoryOwner, setMemoryOwner |
Method Detail |
public int add(iSector obj)
obj
-
public int find(iSector obj)
obj
-
public iSector findByName(java.lang.String Name)
Name
-
public iSector get(int n)
n
-
public int getCount()
public boolean remove(int n)
n
-
public boolean remove(iSector obj)
obj
-
public void removeAll()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |