Interface IResourceStore<K extends Comparable<? super K>,V extends IResource,VF extends IResourceStore.ResourceField,F extends ResourceFilter<? super V>>

Type Parameters:
K - Key type
V - Resource type
VF - Resource value field enum type
F - Resource filter type
All Superinterfaces:
IDataStore<K,V,VF,F>, Map<K,V>
All Known Subinterfaces:
ICommandStreamStore, IDataStreamStore, IDeploymentStore, IFeatureStore, IFeatureStoreBase<V,VF,F>, IFoiStore, IProcedureStore, IPropertyStore, ISystemDescStore
All Known Implementing Classes:
EmptyCommandStreamStore, EmptyDataStreamStore, EmptyDeploymentStore, EmptyFeatureBaseStore, EmptyFoiStore, EmptyProcedureStore, EmptyPropertyStore, EmptyResourceStore, EmptySystemStore

public interface IResourceStore<K extends Comparable<? super K>,V extends IResource,VF extends IResourceStore.ResourceField,F extends ResourceFilter<? super V>> extends IDataStore<K,V,VF,F>

Generic interface for all resource stores