Interface UpdatableSummary<U>
- Type Parameters:
U- type of update value
- All Superinterfaces:
Summary
- All Known Implementing Classes:
ArrayOfStringsSummary, DoubleSummary, IntegerSummary
Interface for updating user-defined Summary
-
Method Summary
Modifier and TypeMethodDescriptionThis is to provide a method of updating summaries.Methods inherited from interface Summary
copy, toByteArray
-
Method Details
-
update
This is to provide a method of updating summaries. This is primarily used internally.- Parameters:
value- update value- Returns:
- this
-