@SerializeWith(value=RemoveAtIndexOperation.Externalizer.class) public class RemoveAtIndexOperation extends ArrayOperation
Modifier and Type | Class and Description |
---|---|
static class |
RemoveAtIndexOperation.Externalizer |
Modifier and Type | Field and Description |
---|---|
protected Object |
actualValue |
protected int |
index |
parentPath
Constructor and Description |
---|
RemoveAtIndexOperation(Path path,
int index) |
Modifier and Type | Method and Description |
---|---|
RemoveAtIndexOperation |
clone() |
boolean |
equals(Object obj) |
int |
getIndex() |
Object |
getRemovedValue() |
void |
replay(MutableDocument delegate) |
void |
rollback(MutableDocument delegate) |
String |
toString() |
cloneValues, mutableParent
cloneValue, equalsIfNotNull, getParentPath, hashCode
protected final int index
protected transient Object actualValue
public RemoveAtIndexOperation(Path path, int index)
public RemoveAtIndexOperation clone()
public int getIndex()
public Object getRemovedValue()
public void rollback(MutableDocument delegate)
public void replay(MutableDocument delegate)
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.