com.timeindexing.index
Interface DataAbstraction

All Known Subinterfaces:
DataHolder, DataReference
All Known Implementing Classes:
DataHolderObject, DataReferenceObject, IndexReferenceDataHolder

public interface DataAbstraction

An interface that provides a common type for data objects. This interface is used by objects that hold values which are implementations of a DataAbstraction.


Method Summary
 Size getSize()
          Get the size of the data.
 

Method Detail

getSize

public Size getSize()
Get the size of the data.