| java.lang.Object org.jpox.sco.queued.RemoveAtOperation
RemoveAtOperation | public class RemoveAtOperation implements QueuedOperation(Code) | | Remove operation for a list at a particular index.
version: $Revision: 1.3 $ |
Field Summary | |
int | index The index to remove. |
Method Summary | |
public void | perform(Store store, StateManager sm) Perform the remove(Object) operation on the specified container. |
index | int index(Code) | | The index to remove.
|
RemoveAtOperation | public RemoveAtOperation(int index)(Code) | | Constructor.
Parameters: index - The index to remove |
perform | public void perform(Store store, StateManager sm)(Code) | | Perform the remove(Object) operation on the specified container.
Parameters: store - The backing store to perform it on Parameters: sm - StateManager for the owner of the container |
|
|