Package org.openjdk.jmc.common.item
Class GroupingAggregator.ObjectEntry<K,V>
- java.lang.Object
-
- org.openjdk.jmc.common.collection.EntryHashMap.Entry<K>
-
- org.openjdk.jmc.common.item.GroupingAggregator.ObjectEntry<K,V>
-
- All Implemented Interfaces:
GroupingAggregator.GroupEntry<K,V>
- Enclosing class:
- GroupingAggregator
private static class GroupingAggregator.ObjectEntry<K,V> extends EntryHashMap.Entry<K> implements GroupingAggregator.GroupEntry<K,V>
-
-
Constructor Summary
Constructors Constructor Description ObjectEntry(K key, V value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
getConsumer()
-
Methods inherited from class org.openjdk.jmc.common.collection.EntryHashMap.Entry
getKey
-
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.GroupingAggregator.GroupEntry
getKey
-
-
-
-
Field Detail
-
value
private V value
-
-
Method Detail
-
getConsumer
public V getConsumer()
- Specified by:
getConsumer
in interfaceGroupingAggregator.GroupEntry<K,V>
-
-