Uses of Interface
de.xima.fc.common.collection.CrudMapAdapter
Packages that use CrudMapAdapter
-
Uses of CrudMapAdapter in de.xima.fc.common.collection
Classes in de.xima.fc.common.collection that implement CrudMapAdapterModifier and TypeClassDescriptionstatic classCrudMapAdapter.Immutable<Key,Value> ACrudMapAdapterfor an immutable map.static classCrudMapAdapter.SetLike<Value>static classACrudMapAdapter.SetLikefor an immutable set.Methods in de.xima.fc.common.collection with parameters of type CrudMapAdapterModifier and TypeMethodDescriptionstatic <K,V> Map <K, V> CrudMap.newMap(Class<K> keyType, CrudMapAdapter<K, V> dataAdapter) Creates a new map that delegates to the givendata adapterfor getting data from the map, setting data to the map, and deleting data from the map.static <T> Set<T> CrudMap.newSet(Class<T> keyType, CrudMapAdapter<T, Unit> dataAdapter) Creates a new set that delegates to the givendata adapterfor getting elements from the set, adding deleting elements to the set, and deleting elements from the set. -
Uses of CrudMapAdapter in de.xima.fc.gui.common.model.file
Classes in de.xima.fc.gui.common.model.file that implement CrudMapAdapterModifier and TypeClassDescriptionfinal classACrudMapAdapterfor a map from file keys to the file's text content, backed by aICommonFileSystem.Methods in de.xima.fc.gui.common.model.file that return CrudMapAdapterModifier and TypeMethodDescriptionTextFileSystemViewCrudMapAdapter.Builder.build()Creates a newCrudMapAdapterthat uses the configuredICommonFileSystemto read and write file text content.