public interface PrecomputationData
getData()
and the original data by calling
getOriginalValue()
.Modifier and Type | Method and Description |
---|---|
Object |
getData()
Returns the precomputed data.
|
int |
getDataSize()
Returns an application-dependent value for the size of the data, e.g.
|
Object |
getOriginalValue()
Returns the original data, to which the precomputed data belongs.
|
int getDataSize()
Object getData()
Object getOriginalValue()
Copyright © 2011–2022 Stiftung SIC. All rights reserved.