Class Dosage.Empty

  • All Implemented Interfaces:
    Dosage
    Enclosing interface:
    Dosage

    @Immutable
    @Loggable(1)
    public static final class Dosage.Empty
    extends Object
    implements Dosage
    Always empty.
    Since:
    0.1
    • Constructor Detail

      • Empty

        public Empty()
    • Method Detail

      • items

        public List<Map<String,​com.amazonaws.services.dynamodbv2.model.AttributeValue>> items()
        Description copied from interface: Dosage
        Items.
        Specified by:
        items in interface Dosage
        Returns:
        List of items
      • next

        public Dosage next()
        Description copied from interface: Dosage
        Fetch next dosage.
        Specified by:
        next in interface Dosage
        Returns:
        The dosage
      • hasNext

        public boolean hasNext()
        Description copied from interface: Dosage
        Has next dosage?
        Specified by:
        hasNext in interface Dosage
        Returns:
        TRUE if next storage is avaiable