set method

void set(
  1. String key,
  2. int width,
  3. int height,
  4. BitmapDescriptor bitmapDescriptor,
)

Implementation

void set(String key, int width, int height, BitmapDescriptor bitmapDescriptor) {
  lruMap[Object.hash(key, width, height)] = bitmapDescriptor;
}