org.zeroexchange.data
Interface DataSet<T>

All Superinterfaces:
Iterable<T>
All Known Subinterfaces:
ProcessorAwareDataSet<T>, SlicingDataSet<T>
All Known Implementing Classes:
CriteriaDataSet, EmptyDataSet, ProcessorsCriteriaDataSet, ResourceTenderDAOImpl.TendersDataSet

public interface DataSet<T>
extends Iterable<T>

The interface for data sets.

Author:
black

Method Summary
 Class<T> getItemClass()
          Returns item class.
 long getTotalCount()
          Returns total count of items could be returned by the current dataset.
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getItemClass

Class<T> getItemClass()
Returns item class.


getTotalCount

long getTotalCount()
Returns total count of items could be returned by the current dataset.



Copyright © 2013. All Rights Reserved.