Class Hierarchy
- java.lang.Object
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- de.xima.fc.common.collection.CrudMap<Key,Value> (implements java.io.Serializable)
 
 - de.xima.fc.common.collection.CrudMapAdapter.Immutable<Key,Value> (implements de.xima.fc.common.collection.CrudMapAdapter<Key,Value>)
 - de.xima.fc.common.collection.CrudMapAdapter.SetLike<Value> (implements de.xima.fc.common.collection.CrudMapAdapter<Key,Value>, java.io.Serializable)
- de.xima.fc.common.collection.CrudMapAdapter.SetLike.Immutable<Value> (implements java.io.Serializable)
 
 - de.xima.fc.common.collection.ModCountDeque<T> (implements java.util.Deque<E>)
 - de.xima.fc.common.collection.ModCountMap<K,V> (implements java.util.Map<K,V>)
 - de.xima.fc.common.collection.ModCountSet<V> (implements java.util.Set<E>)
 
 - java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
 
Interface Hierarchy
- de.xima.fc.common.collection.CrudMapAdapter<Key,Value>