Interface AccuMap<K,V,A>

Type Parameters:
K - key type
V - type of individual (non-accumulated) values
A - type of accumulated values
All Known Implementing Classes:
EmptyAccuMap, HashAccuMap, IteratorBasedAccuMap

public interface AccuMap<K,V,A>
Accumulation map.