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