Interface AccuMap<K,V,A>
- Type Parameters:
K- key typeV- type of individual (non-accumulated) valuesA- type of accumulated values
- All Known Implementing Classes:
EmptyAccuMap, HashAccuMap, IteratorBasedAccuMap
public interface AccuMap<K,V,A>
Accumulation map.
-
Method Summary
-
Method Details
-
empty
-
isEmpty
boolean isEmpty() -
peek
-
dropPeeked
-
updatePeeked
-
addAll
-