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