Package com.tailf.dp

Interface DpDataFindNextIterator

All Superinterfaces:
Iterator<Object>

public interface DpDataFindNextIterator extends Iterator<Object>
Extended Iterator interface used to get findNext functionality.

This class is expected to be the return value of the DP Data Provider method DpDataCallback.iterator(DpTrans, ConfObject[], ConfFindNextType, ConfKey) If this overlaid iterator method is implemented this implies that the data provider is capable of both getNext as the basic iterator as well as findNext which is the extended method in this interface. Iterators of this type are expected to be first called by a findNext to position at some element in a list. The iterator will then accept subsequent getNext calls from that initial position.