|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ArrayStore
Interface representation of the backing store for an array.
| Method Summary | |
|---|---|
void |
clear(StateManager ownerSM)
Method to clear the array. |
java.util.List |
getArray(StateManager ownerSM)
Method to retrieve the elements of the array. |
java.lang.String |
getElementType()
Accessor for the element type in the collection. |
java.util.Iterator |
iterator(StateManager sm)
Accessor for an iterator for the array. |
boolean |
set(StateManager ownerSM,
java.lang.Object array)
Method to set the elements in the array. |
int |
size(StateManager sm)
Accessor for the size of the array. |
| Methods inherited from interface org.datanucleus.store.scostore.Store |
|---|
getStoreManager |
| Method Detail |
|---|
java.lang.String getElementType()
java.util.Iterator iterator(StateManager sm)
sm - State Manager for the array.
java.util.List getArray(StateManager ownerSM)
ownerSM - State Manager of the owner
int size(StateManager sm)
sm - State Manager for the owner.
void clear(StateManager ownerSM)
ownerSM - State Manager for the owner.
boolean set(StateManager ownerSM,
java.lang.Object array)
ownerSM - State Manager for the owner.array - The array
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||