Interface MultiItem<T>

    • Method Detail

      • nextItem

        T nextItem()
            throws java.lang.Exception
        Called repeatedly to get the items to add to the queue. This method should return null when there are no more items to add.
        Returns:
        item or null
        Throws:
        java.lang.Exception - any errors