|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.types.sco.queued.AddAtOperation
public class AddAtOperation
Add operation at a position for a list.
| Constructor Summary | |
|---|---|
AddAtOperation(int index,
java.lang.Object value)
Constructor. |
|
| Method Summary | |
|---|---|
void |
perform(ListStore store,
ObjectProvider sm)
Perform the add(int, Object) operation on the specified list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddAtOperation(int index,
java.lang.Object value)
index - The index to add it atvalue - The value to add| Method Detail |
|---|
public void perform(ListStore store,
ObjectProvider sm)
perform in interface QueuedOperation<ListStore>store - The backing store to perform it onsm - StateManager for the owner of the list
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||