Uses of Interface
de.xima.fc.common.collection.CrudMapAdapter
-
Packages that use CrudMapAdapter Package Description de.xima.fc.common.collection -
-
Uses of CrudMapAdapter in de.xima.fc.common.collection
Classes in de.xima.fc.common.collection that implement CrudMapAdapter Modifier and Type Class Description static classCrudMapAdapter.Immutable<Key,Value>ACrudMapAdapterfor an immutable map.static classCrudMapAdapter.SetLike<Value>static classCrudMapAdapter.SetLike.Immutable<Value>ACrudMapAdapter.SetLikefor an immutable set.Methods in de.xima.fc.common.collection with parameters of type CrudMapAdapter Modifier and Type Method Description static <K,V>
Map<K,V>CrudMap. newMap(Class<K> keyType, CrudMapAdapter<K,V> dataAdapter)Creates a new map that delegates to the given data adapter.static <T> Set<T>CrudMap. newSet(Class<T> keyType, CrudMapAdapter<T,Unit> dataAdapter)Creates a new set that delegates to the given data adapter.
-