public class CollectionChange extends Object implements Externalizable
| Constructor and Description |
|---|
CollectionChange() |
CollectionChange(int type,
Object key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getKey() |
int |
getType() |
Object |
getValue() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public CollectionChange()
public CollectionChange(int type, Object key, Object value)
public int getType()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundException