protected static class IncrementalDocumentEditor.DocumentChanges extends Object implements Changes, Iterable<Operation>
| Modifier | Constructor and Description |
|---|---|
protected |
DocumentChanges(List<Operation> operations) |
| Modifier and Type | Method and Description |
|---|---|
IncrementalDocumentEditor.DocumentChanges |
clone()
Obtain a clone of these changes.
|
boolean |
isEmpty()
Determine if there are any changes.
|
Iterator<Operation> |
iterator() |
String |
toString() |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorprotected DocumentChanges(List<Operation> operations)
public IncrementalDocumentEditor.DocumentChanges clone()
Changespublic boolean isEmpty()
ChangesCopyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.