mirror of
https://github.com/androidx/media.git
synced 2025-05-04 14:10:40 +08:00

Use composition instead. This makes the null-handling more explicit & complete (previous implementation tried to prevent null values, but didn't override all mutation methods e.g. replace(), putIfAbsent() etc.) PiperOrigin-RevId: 274778513