- 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 Summary
Constructors
-
Method Summary
boolean
List<Map<String,software.amazon.awssdk.services.dynamodb.model.AttributeValue>>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
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
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