Uses of Class
de.xima.fc.common.collection.ModCountMap
Packages that use ModCountMap
-
Uses of ModCountMap in de.xima.fc.common.collection
Methods in de.xima.fc.common.collection that return ModCountMapModifier and TypeMethodDescriptionstatic <K,V> ModCountMap <K, V> 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.