Interface DataManipulator.Mutable

All Superinterfaces:
CopyableValueContainer, DataManipulator, ValueContainer
Enclosing interface:
DataManipulator

public static interface DataManipulator.Mutable extends DataManipulator
Represents a changelist of data that can be applied to a DataHolder. With a DataManipulator.Mutable, specific sets of mutable data can be represented and changed outside the live state of the DataHolder.