Class Dosage.Empty

java.lang.Object
com.jcabi.dynamo.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 Details

    • Empty

      public Empty()
  • Method Details

    • items

      public List<Map<String,software.amazon.awssdk.services.dynamodb.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 available