Package org.openjdk.jmc.common.item
Class Aggregators.QuantityConsumer<C>
- java.lang.Object
-
- org.openjdk.jmc.common.item.Aggregators.QuantityConsumer<C>
-
- All Implemented Interfaces:
IItemConsumer<C>
- Direct Known Subclasses:
Aggregators.AvgConsumer
,Aggregators.SumConsumer
,Aggregators.VarianceConsumer
- Enclosing class:
- Aggregators
private abstract static class Aggregators.QuantityConsumer<C> extends java.lang.Object implements IItemConsumer<C>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) IMemberAccessor<? extends IQuantity,IItem>
accessor
-
Constructor Summary
Constructors Constructor Description QuantityConsumer(IMemberAccessor<? extends IQuantity,IItem> accessor)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openjdk.jmc.common.item.IItemConsumer
consume, merge
-
-
-
-
Field Detail
-
accessor
IMemberAccessor<? extends IQuantity,IItem> accessor
-
-
Constructor Detail
-
QuantityConsumer
QuantityConsumer(IMemberAccessor<? extends IQuantity,IItem> accessor)
-
-