Class IndexedData<T>

  • All Implemented Interfaces:
    Serializable

    public class IndexedData<T>
    extends Object
    implements Serializable
    Helper class to represent an item in the map from row ids to change values in the context of a ChangeData object. The row id is always provided. The associated data may be null. This happens when the underlying change data computing process returned null or that the row/record with this id was simply excluded from the computation (via facets) in the first place. Additionally, the indexed data can be marked as "being computed", meaning that it is not available yet but may become non-null later.
    See Also:
    Serialized Form