Package com.jcabi.dynamo
Interface Dosage
-
- All Known Implementing Classes:
Dosage.Empty,ReDosage
@Immutable public interface DosageDosage of items retrieved from table.- Since:
- 0.1
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDosage.EmptyAlways empty.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasNext()Has next dosage?List<Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue>>items()Items.Dosagenext()Fetch next dosage.
-