Package org.geotools.data.complex.config
Class DataAccessMap
- Object
-
- AbstractMap<K,V>
-
- HashMap<Map<String,Serializable>,DataAccess<FeatureType,Feature>>
-
- DataAccessMap
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Map<String,Serializable>,DataAccess<FeatureType,Feature>>
public class DataAccessMap extends HashMap<Map<String,Serializable>,DataAccess<FeatureType,Feature>>
Utility class to help keep track of the DataAccess instances created while parsing App-Schema configuration and thus avoid creating the same (i.e. with identical configuration parameters) DataAccess twice.DataAccess instances are indexed by the parameters map used to create them.
- Author:
- Stefano Costa, GeoSolutions
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description DataAccessMap()
-
Method Summary
-
Methods inherited from class HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class AbstractMap
equals, hashCode, toString
-
-