Uses of Class
de.xima.fc.common.collection.ModCountMap
- 
Packages that use ModCountMap Package Description de.xima.fc.common.collection  - 
- 
Uses of ModCountMap in de.xima.fc.common.collection
Methods in de.xima.fc.common.collection that return ModCountMap Modifier and Type Method Description static <K,V>
ModCountMap<K,V>ModCountMap. wrap(Map<K,V> map)Wraps a map in aModCountMapthat keeps track of the number of modifications made to it.static <K,V>
ModCountMap<K,V>ModCountMap. wrap(Map<K,V> map, Counter.LongCounter modCounter)Wraps a map in aModCountMapthat keeps track of the number of modifications made to it. 
 -