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