Package com.itrsgroup.collection.instr
Interface DimensionalMetricMap.Consumer<T>
- Type Parameters:
T- value type
- Enclosing class:
DimensionalMetricMap<T>
public static interface DimensionalMetricMap.Consumer<T>
Map value consumer.
-
Method Summary
-
Method Details
-
accept
Accept an entry in the map.- Parameters:
metric- metric namedimensions- dimensionsvalue- value- Returns:
- true if iteration should continue, false it iteration should halt
-