public abstract class MutableMutabilityPlan<T> extends Object implements MutabilityPlan<T>
Constructor and Description |
---|
MutableMutabilityPlan() |
Modifier and Type | Method and Description |
---|---|
T |
assemble(Serializable cached)
Assemble a previously disassembled value.
|
T |
deepCopy(T value)
Return a deep copy of the value.
|
protected abstract T |
deepCopyNotNull(T value) |
Serializable |
disassemble(T value)
Return a "disassembled" representation of the value.
|
boolean |
isMutable()
Can the internal state of instances of T be changed?
|
public boolean isMutable()
isMutable
in interface MutabilityPlan<T>
public Serializable disassemble(T value)
MutabilityPlan.assemble(java.io.Serializable)
disassemble
in interface MutabilityPlan<T>
value
- The value to disassembleMutabilityPlan.assemble(java.io.Serializable)
public T assemble(Serializable cached)
MutabilityPlan.disassemble(T)
assemble
in interface MutabilityPlan<T>
cached
- The disassembled stateMutabilityPlan.disassemble(T)
public final T deepCopy(T value)
MutabilityPlan
deepCopy
in interface MutabilityPlan<T>
value
- The value to deep copyCopyright © 2012 JBoss by Red Hat. All Rights Reserved.