private static class GroupingAggregator.ObjectEntry<K,V> extends EntryHashMap.Entry<K> implements GroupingAggregator.GroupEntry<K,V>
Constructor and Description |
---|
ObjectEntry(K key,
V value) |
Modifier and Type | Method and Description |
---|---|
V |
getConsumer() |
getKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getKey
private V value
public V getConsumer()
getConsumer
in interface GroupingAggregator.GroupEntry<K,V>