org.infinispan.schematic.internal.delta
Class ArrayOperation
java.lang.Object
org.infinispan.schematic.internal.delta.Operation
org.infinispan.schematic.internal.delta.ArrayOperation
- Direct Known Subclasses:
- AddValueOperation, ClearOperation, RemoveAllValuesOperation, RemoveAtIndexOperation, RemoveValueOperation, RetainAllValuesOperation, SetValueOperation
@Immutable
public abstract class ArrayOperation
- extends Operation
An atomic operation on an Array
for SchematicValueDelta.
- Since:
- 5.1
- Author:
- (various)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayOperation
protected ArrayOperation(Path path)
mutableParent
protected MutableArray mutableParent(MutableDocument delegate)
- Overrides:
mutableParent
in class Operation
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.