Interface MultiItem<T>
public interface MultiItem<T>
Abstraction for multiple items.
- See Also:
-
Method Summary
-
Method Details
-
nextItem
Called repeatedly to get the items to add to the queue. This method should returnnull
when there are no more items to add.- Returns:
- item or null
- Throws:
Exception
- any errors
-