Package de.xima.fc.common.collection
-
Interface Summary Interface Description CrudMapAdapter<Key,Value> CRUD = create, read, update, and delete -
Class Summary Class Description CrudMap<Key,Value> CRUD = create, read, update, and deleteCrudMapAdapter.Immutable<Key,Value> ACrudMapAdapter
for an immutable map.CrudMapAdapter.SetLike<Value> CrudMapAdapter.SetLike.Immutable<Value> ACrudMapAdapter.SetLike
for an immutable set.ModCountDeque<T> ADeque
that keeps track of the number of modifications made to it.ModCountMap<K,V> A map that keeps track of the number of modifications made to it.ModCountSet<V> A set that keeps track of the number of modifications made to it.