|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MultiItem<T>
Abstraction for multiple items.
DistributedQueue.putMulti(MultiItem),
DistributedPriorityQueue.putMulti(MultiItem, int)| Method Summary | |
|---|---|
T |
nextItem()
Called repeatedly to get the items to add to the queue. |
| Method Detail |
|---|
T nextItem()
throws java.lang.Exception
null when there are no more items to add.
java.lang.Exception - any errors
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||