@SerializeWith(value=SchematicEntryDelta.Externalizer.class) public class SchematicEntryDelta extends Object implements SchematicDelta
Delta
for a SchematicEntry
.AtomicHashMapDelta
Modifier and Type | Class and Description |
---|---|
static class |
SchematicEntryDelta.Externalizer |
Constructor and Description |
---|
SchematicEntryDelta(String key) |
SchematicEntryDelta(String key,
List<Operation> changeLog) |
Modifier and Type | Method and Description |
---|---|
void |
addOperation(Operation o) |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isRecordingOperations() |
DeltaAware |
merge(DeltaAware d) |
String |
toString() |
public SchematicEntryDelta(String key)
public DeltaAware merge(DeltaAware d)
public boolean isRecordingOperations()
isRecordingOperations
in interface SchematicDelta
public void addOperation(Operation o)
addOperation
in interface DocumentObserver
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.