|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.types.sco.queued.RemoveAtOperation
public class RemoveAtOperation
Remove operation for a list at a particular index.
| Constructor Summary | |
|---|---|
RemoveAtOperation(int index)
Constructor. |
|
| Method Summary | |
|---|---|
void |
perform(ListStore store,
ObjectProvider sm)
Perform the remove(int) operation on the specified container. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoveAtOperation(int index)
index - The index to remove| 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 container
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||