Package com.bumptech.glide.load.model
Class ModelLoader.LoadData<Data>
java.lang.Object
com.bumptech.glide.load.model.ModelLoader.LoadData<Data>
- Type Parameters:
Data- The type of data that well be loaded.
- Enclosing interface:
- ModelLoader<Model,
Data>
Contains a set of
Keys identifying the source of the load,
alternate cache keys pointing to equivalent data, and a DataFetcher that can be used to fetch data not found in cache.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sourceKey
-
alternateKeys
-
fetcher
-
-
Constructor Details
-
LoadData
-
LoadData
public LoadData(@NonNull Key sourceKey, @NonNull List<Key> alternateKeys, @NonNull DataFetcher<Data> fetcher)
-