|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.comtor.j2me.util.rms.PersistentVector
| Constructor Summary | |
PersistentVector(java.lang.String name)
Creates a new instance of PersistentVector |
|
| Method Summary | |
void |
addElement(Binarizable obj)
Agrega un elemento al arreglo |
void |
close()
|
void |
elementAt(int index,
Binarizable obj)
|
int |
getSize()
|
void |
reset()
Borra el contenido del recordStore |
void |
setElementAt(Binarizable obj,
int index)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PersistentVector(java.lang.String name)
| Method Detail |
public void close()
public void setElementAt(Binarizable obj,
int index)
public void addElement(Binarizable obj)
public void elementAt(int index,
Binarizable obj)
public int getSize()
public void reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||