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 class
CrudMapAdapter.Immutable<Key,Value>
ACrudMapAdapter
for an immutable map.static class
CrudMapAdapter.SetLike<Value>
static class
CrudMapAdapter.SetLike.Immutable<Value>
ACrudMapAdapter.SetLike
for 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.
-