Interface BinaryMeasurementsList<V,Q extends javax.measure.quantity.Quantity>

Type Parameters:
V - Value type of the measurements to be stored. Most often used values are Double or Long
Q - Quantity to be stored, see Quantity
All Superinterfaces:
Collection<javax.measure.Measure<V,Q>>, Iterable<javax.measure.Measure<V,Q>>, List<javax.measure.Measure<V,Q>>
All Known Subinterfaces:
BackgroundMemoryList<V,Q>
All Known Implementing Classes:
BackgroundMemoryListImpl

public interface BinaryMeasurementsList<V,Q extends javax.measure.quantity.Quantity> extends List<javax.measure.Measure<V,Q>>
Interface to abstract lists of measurements which are persisted in some kind of binary format.