public class CollectionChanges extends Object implements Externalizable
| Constructor and Description |
|---|
CollectionChanges() |
CollectionChanges(CollectionChange[] changes) |
| Modifier and Type | Method and Description |
|---|---|
CollectionChange[] |
getChanges() |
void |
readExternal(ObjectInput in) |
void |
setChanges(CollectionChange[] changes) |
void |
writeExternal(ObjectOutput out) |
public CollectionChanges()
public CollectionChanges(CollectionChange[] changes)
public CollectionChange[] getChanges()
public void setChanges(CollectionChange[] changes)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundException