public class RemoveAtIndexOperation extends ArrayOperation
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() |
int |
hashCode() |
void |
replay(MutableDocument delegate) |
void |
rollback(MutableDocument delegate) |
String |
toString() |
cloneValues, mutableParent
cloneValue, equalsIfNotNull, getParentPath
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–2016 JBoss, a division of Red Hat. All rights reserved.