Uses of Class
de.xima.fc.common.collection.ModCountSet
-
Packages that use ModCountSet Package Description de.xima.fc.common.collection -
-
Uses of ModCountSet in de.xima.fc.common.collection
Methods in de.xima.fc.common.collection that return ModCountSet Modifier and Type Method Description static <V> ModCountSet<V>
ModCountSet. wrap(Set<V> set)
Wraps a set in aModCountSet
that 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 aModCountSet
that keeps track of the number of modifications made to it.
-