|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
iCollection list.
Method Summary | |
int |
add(iCollection obj)
Add a collection. |
int |
find(iCollection obj)
Find a collection and return its index. |
iCollection |
findByName(java.lang.String Name)
Find a collection by name. |
iCollection |
get(int n)
Return a collection by index. |
int |
getCount()
Return the number of collections in this list. |
iCollection |
newCollection(java.lang.String name)
Create a new collection. |
boolean |
remove(iCollection obj)
Remove a collection. |
boolean |
remove(int n)
Remove the nth collection. |
void |
removeAll()
Remove all collections. |
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 iCollection newCollection(java.lang.String name)
name
-
public int getCount()
public iCollection get(int n)
n
-
public int add(iCollection obj)
obj
-
public boolean remove(iCollection obj)
obj
-
public boolean remove(int n)
n
-
public void removeAll()
public int find(iCollection obj)
obj
-
public iCollection findByName(java.lang.String Name)
Name
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |