Class AbstractVirtualAttribute.GeneratorIterator

    • Constructor Detail

      • GeneratorIterator

        protected GeneratorIterator()
    • Method Detail

      • nextItem

        protected abstract ByteString nextItem()
        Generates the next item as a ByteString, or null to indicate no more items will be generated.
        Returns:
        the next item as a ByteString, or null to indicate no more items will be generated.