Uses of Class
de.xima.fc.common.collection.ModCountSet
Packages that use ModCountSet
-
Uses of ModCountSet in de.xima.fc.common.collection
Methods in de.xima.fc.common.collection that return ModCountSetModifier and TypeMethodDescriptionstatic <V> ModCountSet<V> Wraps a set in aModCountSetthat keeps track of the number of modifications made to it.static <V> ModCountSet<V> ModCountSet.wrap(Set<V> set, Counter.LongCounter modCounter) Wraps a set in aModCountSetthat keeps track of the number of modifications made to it.