org.specrunner.plugins.core.data
Interface IDataList<T>

Type Parameters:
T - Data type.
All Superinterfaces:
Iterable<T>
All Known Subinterfaces:
IDataMap<T>

public interface IDataList<T>
extends Iterable<T>

A list of data.

Author:
Thiago Santos

Method Summary
 int getTotal()
          Total of items in the iterator.
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getTotal

int getTotal()
Total of items in the iterator.

Returns:
The total of items.


Copyright © 2014. All rights reserved.